Color Hex Logo

#c964eb Color Hex

#C964EB
(201,100,235)
0 Favorites   0 Comments

Color spaces of #c964eb

RGB 201100235
HSL0.790.770.66
HSV285°57°92°
CMYK 0.140.570.00   0.08
XYZ43.640027.530081.6110
Yxy27.53000.28560.1802
Hunter Lab52.469056.6427-55.4921
CIE-Lab59.461760.4657-51.5676

#c964eb color RGB value is (201,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100100 11101011
Octal 311 144 353
Decimal 201 100 235
Hex C9 64 EB

RGB Percentages of Color #c964eb

%37.50
%18.66
%43.84

CMYK Percentages of Color #c964eb

%14
%57
%0
%8

Triadic Colors of #c964eb

#c964eb #ebc964 #64ebc9

Analogous Colors of #c964eb

#c964eb #eb64ca #8664eb

Monochromatic Colors of #c964eb

#c964eb

Complementary Color

#c964eb #86eb64

#c964eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c964eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c964eb Color CSS Codes

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

#c964eb Text Font Color

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

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


#c964eb Background Color

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

This div background color is #c964eb


#c964eb Border Color

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

This div border color is #c964eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c964eb


Comments

No comments written yet.

Please login to write comment.