Color Hex Logo

#c87dde Color Hex

#C87DDE
(200,125,222)
0 Favorites   0 Comments

Color spaces of #c87dde

RGB 200125222
HSL0.800.600.68
HSV286°44°87°
CMYK 0.100.440.00   0.13
XYZ44.337832.220572.9896
Yxy32.22050.29650.2155
Hunter Lab56.763140.0914-36.5047
CIE-Lab63.524744.9980-37.9256

#c87dde color RGB value is (200,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 11011110
Octal 310 175 336
Decimal 200 125 222
Hex C8 7D DE

RGB Percentages of Color #c87dde

%36.56
%22.85
%40.59

CMYK Percentages of Color #c87dde

%10
%44
%0
%13

Triadic Colors of #c87dde

#c87dde #dec87d #7ddec8

Analogous Colors of #c87dde

#c87dde #de7dc4 #987dde

Monochromatic Colors of #c87dde

#c87dde

Complementary Color

#c87dde #93de7d

#c87dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87dde Color CSS Codes

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

#c87dde Text Font Color

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

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


#c87dde Background Color

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

This div background color is #c87dde


#c87dde Border Color

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

This div border color is #c87dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87dde


Comments

No comments written yet.

Please login to write comment.