Color Hex Logo

#c96bef Color Hex

#C96BEF
(201,107,239)
0 Favorites   0 Comments

Color spaces of #c96bef

RGB 201107239
HSL0.790.800.68
HSV283°55°94°
CMYK 0.160.550.00   0.06
XYZ44.925129.164984.9229
Yxy29.16490.28250.1834
Hunter Lab54.004553.9820-55.4312
CIE-Lab60.926957.9001-51.4665

#c96bef color RGB value is (201,107,239).

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

The process color (four color CMYK) of #c96bef color hex is 0.16, 0.55, 0.00, 0.06. Web safe color of #c96bef is #cc66ff. Color #c96bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 11101111
Octal 311 153 357
Decimal 201 107 239
Hex C9 6B EF

RGB Percentages of Color #c96bef

%36.75
%19.56
%43.69

CMYK Percentages of Color #c96bef

%16
%55
%0
%6

Triadic Colors of #c96bef

#c96bef #efc96b #6befc9

Analogous Colors of #c96bef

#c96bef #ef6bd3 #876bef

Monochromatic Colors of #c96bef

#c96bef

Complementary Color

#c96bef #91ef6b

#c96bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bef Color CSS Codes

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

#c96bef Text Font Color

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

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


#c96bef Background Color

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

This div background color is #c96bef


#c96bef Border Color

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

This div border color is #c96bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bef


Comments

No comments written yet.

Please login to write comment.