Color Hex Logo

#c962df Color Hex

#C962DF
(201,98,223)
0 Favorites   0 Comments

Color spaces of #c962df

RGB 20198223
HSL0.800.660.63
HSV289°56°87°
CMYK 0.100.560.00   0.13
XYZ41.774426.480672.7215
Yxy26.48060.29630.1878
Hunter Lab51.459354.8516-47.7662
CIE-Lab58.490459.0754-46.3908

#c962df color RGB value is (201,98,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 11011111
Octal 311 142 337
Decimal 201 98 223
Hex C9 62 DF

RGB Percentages of Color #c962df

%38.51
%18.77
%42.72

CMYK Percentages of Color #c962df

%10
%56
%0
%13

Triadic Colors of #c962df

#c962df #dfc962 #62dfc9

Analogous Colors of #c962df

#c962df #df62b7 #8b62df

Monochromatic Colors of #c962df

#c962df

Complementary Color

#c962df #78df62

#c962df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c962df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c962df Color CSS Codes

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

#c962df Text Font Color

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

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


#c962df Background Color

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

This div background color is #c962df


#c962df Border Color

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

This div border color is #c962df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c962df


Comments

No comments written yet.

Please login to write comment.