Color Hex Logo

#c815cf Color Hex

#C815CF
(200,21,207)
0 Favorites   0 Comments

Color spaces of #c815cf

RGB 20021207
HSL0.830.820.45
HSV298°90°81°
CMYK 0.030.900.00   0.19
XYZ35.350117.320760.5116
Yxy17.32070.31230.1530
Hunter Lab41.618178.7846-57.0733
CIE-Lab48.661680.8595-52.9477

#c815cf color RGB value is (200,21,207).

#c815cf hex color red value is 200, green value is 21 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c815cf hue: 0.83 , saturation: 0.82 and the lightness value of c815cf is 0.45.

The process color (four color CMYK) of #c815cf color hex is 0.03, 0.90, 0.00, 0.19. Web safe color of #c815cf is #cc00cc. Color #c815cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 11001111
Octal 310 25 317
Decimal 200 21 207
Hex C8 15 CF

RGB Percentages of Color #c815cf

%46.73
%4.91
%48.36

CMYK Percentages of Color #c815cf

%3
%90
%0
%19

Triadic Colors of #c815cf

#c815cf #cfc815 #15cfc8

Analogous Colors of #c815cf

#c815cf #cf1579 #6b15cf

Monochromatic Colors of #c815cf

#c815cf

Complementary Color

#c815cf #1ccf15

#c815cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815cf Color CSS Codes

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

#c815cf Text Font Color

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

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


#c815cf Background Color

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

This div background color is #c815cf


#c815cf Border Color

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

This div border color is #c815cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815cf


Comments

No comments written yet.

Please login to write comment.