Color Hex Logo

#c866d5 Color Hex

#C866D5
(200,102,213)
0 Favorites   0 Comments

Color spaces of #c866d5

RGB 200102213
HSL0.810.570.62
HSV293°52°84°
CMYK 0.060.520.00   0.16
XYZ40.581026.586265.9436
Yxy26.58620.30490.1997
Hunter Lab51.561850.2528-39.7341
CIE-Lab58.589354.9941-40.6109

#c866d5 color RGB value is (200,102,213).

#c866d5 hex color red value is 200, green value is 102 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c866d5 hue: 0.81 , saturation: 0.57 and the lightness value of c866d5 is 0.62.

The process color (four color CMYK) of #c866d5 color hex is 0.06, 0.52, 0.00, 0.16. Web safe color of #c866d5 is #cc66cc. Color #c866d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100110 11010101
Octal 310 146 325
Decimal 200 102 213
Hex C8 66 D5

RGB Percentages of Color #c866d5

%38.83
%19.81
%41.36

CMYK Percentages of Color #c866d5

%6
%52
%0
%16

Triadic Colors of #c866d5

#c866d5 #d5c866 #66d5c8

Analogous Colors of #c866d5

#c866d5 #d566ab #9166d5

Monochromatic Colors of #c866d5

#c866d5

Complementary Color

#c866d5 #73d566

#c866d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c866d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c866d5 Color CSS Codes

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

#c866d5 Text Font Color

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

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


#c866d5 Background Color

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

This div background color is #c866d5


#c866d5 Border Color

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

This div border color is #c866d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c866d5


Comments

No comments written yet.

Please login to write comment.