Color Hex Logo

#c965de Color Hex

#C965DE
(201,101,222)
0 Favorites   0 Comments

Color spaces of #c965de

RGB 201101222
HSL0.800.650.63
HSV290°55°87°
CMYK 0.090.550.00   0.13
XYZ41.925926.998872.1088
Yxy26.99880.29730.1914
Hunter Lab51.960453.0978-45.9083
CIE-Lab58.973257.4535-45.0661

#c965de color RGB value is (201,101,222).

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

The process color (four color CMYK) of #c965de color hex is 0.09, 0.55, 0.00, 0.13. Web safe color of #c965de is #cc66cc. Color #c965de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11011110
Octal 311 145 336
Decimal 201 101 222
Hex C9 65 DE

RGB Percentages of Color #c965de

%38.36
%19.27
%42.37

CMYK Percentages of Color #c965de

%9
%55
%0
%13

Triadic Colors of #c965de

#c965de #dec965 #65dec9

Analogous Colors of #c965de

#c965de #de65b7 #8d65de

Monochromatic Colors of #c965de

#c965de

Complementary Color

#c965de #7ade65

#c965de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965de Color CSS Codes

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

#c965de Text Font Color

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

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


#c965de Background Color

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

This div background color is #c965de


#c965de Border Color

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

This div border color is #c965de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,101,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965de


Comments

No comments written yet.

Please login to write comment.