Color Hex Logo

#c970df Color Hex

#C970DF
(201,112,223)
0 Favorites   0 Comments

Color spaces of #c970df

RGB 201112223
HSL0.800.630.66
HSV288°50°87°
CMYK 0.100.500.00   0.13
XYZ43.200829.333673.1970
Yxy29.33360.29640.2013
Hunter Lab54.160547.5986-42.2171
CIE-Lab61.074952.2139-42.3150

#c970df color RGB value is (201,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11011111
Octal 311 160 337
Decimal 201 112 223
Hex C9 70 DF

RGB Percentages of Color #c970df

%37.50
%20.90
%41.60

CMYK Percentages of Color #c970df

%10
%50
%0
%13

Triadic Colors of #c970df

#c970df #dfc970 #70dfc9

Analogous Colors of #c970df

#c970df #df70be #9270df

Monochromatic Colors of #c970df

#c970df

Complementary Color

#c970df #86df70

#c970df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970df Color CSS Codes

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

#c970df Text Font Color

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

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


#c970df Background Color

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

This div background color is #c970df


#c970df Border Color

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

This div border color is #c970df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970df


Comments

No comments written yet.

Please login to write comment.