Color Hex Logo

#c965ed Color Hex

#C965ED
(201,101,237)
0 Favorites   0 Comments

Color spaces of #c965ed

RGB 201101237
HSL0.790.790.66
HSV284°57°93°
CMYK 0.150.570.00   0.07
XYZ44.027127.839383.1738
Yxy27.83930.28400.1796
Hunter Lab52.763056.6109-56.5287
CIE-Lab59.743360.3893-52.2345

#c965ed color RGB value is (201,101,237).

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

The process color (four color CMYK) of #c965ed color hex is 0.15, 0.57, 0.00, 0.07. Web safe color of #c965ed is #cc66ff. Color #c965ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11101101
Octal 311 145 355
Decimal 201 101 237
Hex C9 65 ED

RGB Percentages of Color #c965ed

%37.29
%18.74
%43.97

CMYK Percentages of Color #c965ed

%15
%57
%0
%7

Triadic Colors of #c965ed

#c965ed #edc965 #65edc9

Analogous Colors of #c965ed

#c965ed #ed65cd #8565ed

Monochromatic Colors of #c965ed

#c965ed

Complementary Color

#c965ed #89ed65

#c965ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965ed Color CSS Codes

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

#c965ed Text Font Color

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

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


#c965ed Background Color

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

This div background color is #c965ed


#c965ed Border Color

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

This div border color is #c965ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965ed


Comments

No comments written yet.

Please login to write comment.