Color Hex Logo

#c871dd Color Hex

#C871DD
(200,113,221)
0 Favorites   0 Comments

Color spaces of #c871dd

RGB 200113221
HSL0.800.610.65
HSV288°49°87°
CMYK 0.100.490.00   0.13
XYZ42.775729.310171.8095
Yxy29.31010.29730.2037
Hunter Lab54.138846.2920-40.7449
CIE-Lab61.054351.0375-41.2364

#c871dd color RGB value is (200,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 11011101
Octal 310 161 335
Decimal 200 113 221
Hex C8 71 DD

RGB Percentages of Color #c871dd

%37.45
%21.16
%41.39

CMYK Percentages of Color #c871dd

%10
%49
%0
%13

Triadic Colors of #c871dd

#c871dd #ddc871 #71ddc8

Analogous Colors of #c871dd

#c871dd #dd71bc #9271dd

Monochromatic Colors of #c871dd

#c871dd

Complementary Color

#c871dd #86dd71

#c871dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c871dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c871dd Color CSS Codes

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

#c871dd Text Font Color

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

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


#c871dd Background Color

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

This div background color is #c871dd


#c871dd Border Color

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

This div border color is #c871dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c871dd


Comments

No comments written yet.

Please login to write comment.