color codes Logo

#c813fe color codes

#C813FE
(200,19,254)
0 Favorites   0 Comments

Color spaces of #c813fe

RGB 20019254
HSL0.800.990.54
HSV286°93°100°
CMYK 0.210.930.00   0.00
XYZ41.941719.900995.3966
Yxy19.90090.26670.1266
Hunter Lab44.610489.7534-95.5607
CIE-Lab51.725088.7437-74.6088

#c813fe color RGB value is (200,19,254).

#c813fe hex color red value is 200, green value is 19 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c813fe hue: 0.80 , saturation: 0.99 and the lightness value of c813fe is 0.54.

The process color (four color CMYK) of #c813fe color code is 0.21, 0.93, 0.00, 0.00. Web safe color of #c813fe is #cc00ff. Color #c813fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 11111110
Octal 310 23 376
Decimal 200 19 254
Hex C8 13 FE

RGB Percentages of Color #c813fe

%42.28
%4.02
%53.70

CMYK Percentages of Color #c813fe

%21
%93
%0
%0

Triadic Colors of #c813fe

#c813fe #fec813 #13fec8

Analogous Colors of #c813fe

#c813fe #fe13bf #5313fe

Monochromatic Colors of #c813fe

#c813fe

Complementary Color

#c813fe #49fe13

#c813fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c813fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c813fe Color CSS Codes

.mybgcolor {background-color:#c813fe; } 
.myforecolor {color:#c813fe; }
.mybordercolor {border:3px solid #c813fe; }

#c813fe Text Font Color

<p style="color:#c813fe">Text here</p>

This sample text font color is #c813fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c813fe Background Color

<div style="background-color:#c813fe">
Div content here</div>

This div background color is #c813fe


#c813fe Border Color

<div style="border:3px solid #c813fe">
Div here</div>

This div border color is #c813fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,19,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c813fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c813fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c813fe;
  box-shadow:         1px 1px 3px 2px #c813fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,19,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c813fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c813fe;
  -webkit-box-shadow: 1px 1px 3px 2px #c813fe;
  box-shadow:         1px 1px 3px 2px #c813fe;">
Div content here</div>

This div box has shadow with color #c813fe

Related Colors


Comments

No comments written yet.

Please login to write comment.