Color Hex Logo

#c815fe Color Hex

#C815FE
(200,21,254)
0 Favorites   0 Comments

Color spaces of #c815fe

RGB 20021254
HSL0.790.990.54
HSV286°92°100°
CMYK 0.210.920.00   0.00
XYZ41.977019.971495.4084
Yxy19.97140.26680.1269
Hunter Lab44.689489.4597-95.2971
CIE-Lab51.804988.5062-74.4790

#c815fe color RGB value is (200,21,254).

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

The process color (four color CMYK) of #c815fe color hex is 0.21, 0.92, 0.00, 0.00. Web safe color of #c815fe is #cc00ff. Color #c815fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 11111110
Octal 310 25 376
Decimal 200 21 254
Hex C8 15 FE

RGB Percentages of Color #c815fe

%42.11
%4.42
%53.47

CMYK Percentages of Color #c815fe

%21
%92
%0
%0

Triadic Colors of #c815fe

#c815fe #fec815 #15fec8

Analogous Colors of #c815fe

#c815fe #fe15c0 #5315fe

Monochromatic Colors of #c815fe

#c815fe

Complementary Color

#c815fe #4bfe15

#c815fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815fe Color CSS Codes

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

#c815fe Text Font Color

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

This sample text font color is #c815fe
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.


#c815fe Background Color

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

This div background color is #c815fe


#c815fe Border Color

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

This div border color is #c815fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,21,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 #c815fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815fe

#c815fe Color Palettes


Comments

No comments written yet.

Please login to write comment.