Color Hex Logo

#c870db Color Hex

#C870DB
(200,112,219)
0 Favorites   0 Comments

Color spaces of #c870db

RGB 200112219
HSL0.800.600.65
HSV289°49°86°
CMYK 0.090.490.00   0.14
XYZ42.399828.982270.3772
Yxy28.98220.29910.2044
Hunter Lab53.835146.3727-39.8236
CIE-Lab60.765951.1550-40.5685

#c870db color RGB value is (200,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110000 11011011
Octal 310 160 333
Decimal 200 112 219
Hex C8 70 DB

RGB Percentages of Color #c870db

%37.66
%21.09
%41.24

CMYK Percentages of Color #c870db

%9
%49
%0
%14

Triadic Colors of #c870db

#c870db #dbc870 #70dbc8

Analogous Colors of #c870db

#c870db #db70b9 #9370db

Monochromatic Colors of #c870db

#c870db

Complementary Color

#c870db #83db70

#c870db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c870db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c870db Color CSS Codes

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

#c870db Text Font Color

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

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


#c870db Background Color

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

This div background color is #c870db


#c870db Border Color

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

This div border color is #c870db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c870db


Comments

No comments written yet.

Please login to write comment.