Color Hex Logo

#c965eb Color Hex

#C965EB
(201,101,235)
0 Favorites   0 Comments

Color spaces of #c965eb

RGB 201101235
HSL0.790.770.66
HSV285°57°92°
CMYK 0.140.570.00   0.08
XYZ43.736527.723081.6432
Yxy27.72300.28570.1811
Hunter Lab52.652656.1309-55.0783
CIE-Lab59.637759.9915-51.2882

#c965eb color RGB value is (201,101,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11101011
Octal 311 145 353
Decimal 201 101 235
Hex C9 65 EB

RGB Percentages of Color #c965eb

%37.43
%18.81
%43.76

CMYK Percentages of Color #c965eb

%14
%57
%0
%8

Triadic Colors of #c965eb

#c965eb #ebc965 #65ebc9

Analogous Colors of #c965eb

#c965eb #eb65ca #8665eb

Monochromatic Colors of #c965eb

#c965eb

Complementary Color

#c965eb #87eb65

#c965eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965eb Color CSS Codes

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

#c965eb Text Font Color

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

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


#c965eb Background Color

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

This div background color is #c965eb


#c965eb Border Color

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

This div border color is #c965eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965eb


Comments

No comments written yet.

Please login to write comment.