Color Hex Logo

#c96feb Color Hex

#C96FEB
(201,111,235)
0 Favorites   0 Comments

Color spaces of #c96feb

RGB 201111235
HSL0.790.760.68
HSV284°53°92°
CMYK 0.140.530.00   0.08
XYZ44.767229.784581.9868
Yxy29.78450.28600.1903
Hunter Lab54.575250.9143-50.8671
CIE-Lab61.467855.1116-48.3872

#c96feb color RGB value is (201,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101111 11101011
Octal 311 157 353
Decimal 201 111 235
Hex C9 6F EB

RGB Percentages of Color #c96feb

%36.75
%20.29
%42.96

CMYK Percentages of Color #c96feb

%14
%53
%0
%8

Triadic Colors of #c96feb

#c96feb #ebc96f #6febc9

Analogous Colors of #c96feb

#c96feb #eb6fcf #8b6feb

Monochromatic Colors of #c96feb

#c96feb

Complementary Color

#c96feb #91eb6f

#c96feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96feb Color CSS Codes

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

#c96feb Text Font Color

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

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


#c96feb Background Color

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

This div background color is #c96feb


#c96feb Border Color

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

This div border color is #c96feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96feb


Comments

No comments written yet.

Please login to write comment.