Color Hex Logo

#c881de Color Hex

#C881DE
(200,129,222)
0 Favorites   0 Comments

Color spaces of #c881de

RGB 200129222
HSL0.790.580.69
HSV286°42°87°
CMYK 0.100.420.00   0.13
XYZ44.854533.253873.1618
Yxy33.25380.29650.2198
Hunter Lab57.666137.9272-34.8558
CIE-Lab64.365942.8727-36.6128

#c881de color RGB value is (200,129,222).

#c881de hex color red value is 200, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c881de hue: 0.79 , saturation: 0.58 and the lightness value of c881de is 0.69.

The process color (four color CMYK) of #c881de color hex is 0.10, 0.42, 0.00, 0.13. Web safe color of #c881de is #cc99cc. Color #c881de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 11011110
Octal 310 201 336
Decimal 200 129 222
Hex C8 81 DE

RGB Percentages of Color #c881de

%36.30
%23.41
%40.29

CMYK Percentages of Color #c881de

%10
%42
%0
%13

Triadic Colors of #c881de

#c881de #dec881 #81dec8

Analogous Colors of #c881de

#c881de #de81c6 #9a81de

Monochromatic Colors of #c881de

#c881de

Complementary Color

#c881de #97de81

#c881de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881de Color CSS Codes

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

#c881de Text Font Color

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

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


#c881de Background Color

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

This div background color is #c881de


#c881de Border Color

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

This div border color is #c881de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881de


Comments

No comments written yet.

Please login to write comment.