color codes Logo

#c965ea color codes

#C965EA
(201,101,234)
0 Favorites   0 Comments

Color spaces of #c965ea

RGB 201101234
HSL0.790.760.66
HSV285°57°92°
CMYK 0.140.570.00   0.08
XYZ43.592427.665480.8843
Yxy27.66540.28650.1818
Hunter Lab52.597955.8919-54.3568
CIE-Lab59.585259.7931-50.8138

#c965ea color RGB value is (201,101,234).

#c965ea hex color red value is 201, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c965ea hue: 0.79 , saturation: 0.76 and the lightness value of c965ea is 0.66.

The process color (four color CMYK) of #c965ea color code is 0.14, 0.57, 0.00, 0.08. Web safe color of #c965ea is #cc66ff. Color #c965ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11101010
Octal 311 145 352
Decimal 201 101 234
Hex C9 65 EA

RGB Percentages of Color #c965ea

%37.50
%18.84
%43.66

CMYK Percentages of Color #c965ea

%14
%57
%0
%8

Triadic Colors of #c965ea

#c965ea #eac965 #65eac9

Analogous Colors of #c965ea

#c965ea #ea65c9 #8765ea

Monochromatic Colors of #c965ea

#c965ea

Complementary Color

#c965ea #86ea65

#c965ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965ea Color CSS Codes

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

#c965ea Text Font Color

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

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


#c965ea Background Color

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

This div background color is #c965ea


#c965ea Border Color

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

This div border color is #c965ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965ea


Comments

No comments written yet.

Please login to write comment.