Color Hex Logo

#c876dd Color Hex

#C876DD
(200,118,221)
0 Favorites   0 Comments

Color spaces of #c876dd

RGB 200118221
HSL0.800.600.66
HSV288°47°87°
CMYK 0.100.470.00   0.13
XYZ43.349030.456772.0006
Yxy30.45670.29730.2089
Hunter Lab55.187643.6307-38.7215
CIE-Lab62.046348.4661-39.6804

#c876dd color RGB value is (200,118,221).

#c876dd hex color red value is 200, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c876dd hue: 0.80 , saturation: 0.60 and the lightness value of c876dd is 0.66.

The process color (four color CMYK) of #c876dd color hex is 0.10, 0.47, 0.00, 0.13. Web safe color of #c876dd is #cc66cc. Color #c876dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110110 11011101
Octal 310 166 335
Decimal 200 118 221
Hex C8 76 DD

RGB Percentages of Color #c876dd

%37.11
%21.89
%41.00

CMYK Percentages of Color #c876dd

%10
%47
%0
%13

Triadic Colors of #c876dd

#c876dd #ddc876 #76ddc8

Analogous Colors of #c876dd

#c876dd #dd76bf #9576dd

Monochromatic Colors of #c876dd

#c876dd

Complementary Color

#c876dd #8bdd76

#c876dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c876dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c876dd Color CSS Codes

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

#c876dd Text Font Color

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

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


#c876dd Background Color

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

This div background color is #c876dd


#c876dd Border Color

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

This div border color is #c876dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c876dd


Comments

No comments written yet.

Please login to write comment.