Color Hex Logo

#c870df Color Hex

#C870DF
(200,112,223)
0 Favorites   0 Comments

Color spaces of #c870df

RGB 200112223
HSL0.800.630.66
HSV288°50°87°
CMYK 0.100.500.00   0.13
XYZ42.932929.195473.1845
Yxy29.19540.29550.2009
Hunter Lab54.032847.2737-42.4822
CIE-Lab60.953751.9402-42.5141

#c870df color RGB value is (200,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110000 11011111
Octal 310 160 337
Decimal 200 112 223
Hex C8 70 DF

RGB Percentages of Color #c870df

%37.38
%20.93
%41.68

CMYK Percentages of Color #c870df

%10
%50
%0
%13

Triadic Colors of #c870df

#c870df #dfc870 #70dfc8

Analogous Colors of #c870df

#c870df #df70bf #9170df

Monochromatic Colors of #c870df

#c870df

Complementary Color

#c870df #87df70

#c870df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c870df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c870df Color CSS Codes

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

#c870df Text Font Color

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

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


#c870df Background Color

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

This div background color is #c870df


#c870df Border Color

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

This div border color is #c870df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c870df


Comments

No comments written yet.

Please login to write comment.