Color Hex Logo

#c87bdb Color Hex

#C87BDB
(200,123,219)
0 Favorites   0 Comments

Color spaces of #c87bdb

RGB 200123219
HSL0.800.570.67
HSV288°44°86°
CMYK 0.090.440.00   0.14
XYZ43.688631.559870.8068
Yxy31.55980.29910.2161
Hunter Lab56.178140.5042-35.4043
CIE-Lab62.977445.4552-37.1067

#c87bdb color RGB value is (200,123,219).

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

The process color (four color CMYK) of #c87bdb color hex is 0.09, 0.44, 0.00, 0.14. Web safe color of #c87bdb is #cc66cc. Color #c87bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111011 11011011
Octal 310 173 333
Decimal 200 123 219
Hex C8 7B DB

RGB Percentages of Color #c87bdb

%36.90
%22.69
%40.41

CMYK Percentages of Color #c87bdb

%9
%44
%0
%14

Triadic Colors of #c87bdb

#c87bdb #dbc87b #7bdbc8

Analogous Colors of #c87bdb

#c87bdb #db7bbe #987bdb

Monochromatic Colors of #c87bdb

#c87bdb

Complementary Color

#c87bdb #8edb7b

#c87bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87bdb Color CSS Codes

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

#c87bdb Text Font Color

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

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


#c87bdb Background Color

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

This div background color is #c87bdb


#c87bdb Border Color

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

This div border color is #c87bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87bdb


Comments

No comments written yet.

Please login to write comment.