Color Hex Logo

#c87bde Color Hex

#C87BDE
(200,123,222)
0 Favorites   0 Comments

Color spaces of #c87bde

RGB 200123222
HSL0.800.600.68
HSV287°45°87°
CMYK 0.100.450.00   0.13
XYZ44.087231.719272.9060
Yxy31.71920.29650.2133
Hunter Lab56.319841.1703-37.3271
CIE-Lab63.110146.0530-38.5736

#c87bde color RGB value is (200,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111011 11011110
Octal 310 173 336
Decimal 200 123 222
Hex C8 7B DE

RGB Percentages of Color #c87bde

%36.70
%22.57
%40.73

CMYK Percentages of Color #c87bde

%10
%45
%0
%13

Triadic Colors of #c87bde

#c87bde #dec87b #7bdec8

Analogous Colors of #c87bde

#c87bde #de7bc3 #977bde

Monochromatic Colors of #c87bde

#c87bde

Complementary Color

#c87bde #91de7b

#c87bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87bde Color CSS Codes

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

#c87bde Text Font Color

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

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


#c87bde Background Color

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

This div background color is #c87bde


#c87bde Border Color

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

This div border color is #c87bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87bde


Comments

No comments written yet.

Please login to write comment.