Color Hex Logo

#c96bea Color Hex

#C96BEA
(201,107,234)
0 Favorites   0 Comments

Color spaces of #c96bea

RGB 201107234
HSL0.790.750.67
HSV284°54°92°
CMYK 0.140.540.00   0.08
XYZ44.196428.873481.0856
Yxy28.87340.28670.1873
Hunter Lab53.734052.7825-51.8560
CIE-Lab60.669756.8912-49.0941

#c96bea color RGB value is (201,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 11101010
Octal 311 153 352
Decimal 201 107 234
Hex C9 6B EA

RGB Percentages of Color #c96bea

%37.08
%19.74
%43.17

CMYK Percentages of Color #c96bea

%14
%54
%0
%8

Triadic Colors of #c96bea

#c96bea #eac96b #6beac9

Analogous Colors of #c96bea

#c96bea #ea6bcc #8a6bea

Monochromatic Colors of #c96bea

#c96bea

Complementary Color

#c96bea #8cea6b

#c96bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bea Color CSS Codes

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

#c96bea Text Font Color

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

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


#c96bea Background Color

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

This div background color is #c96bea


#c96bea Border Color

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

This div border color is #c96bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bea


Comments

No comments written yet.

Please login to write comment.