Color Hex Logo

#c96cec Color Hex

#C96CEC
(201,108,236)
0 Favorites   0 Comments

Color spaces of #c96cec

RGB 201108236
HSL0.790.770.67
HSV284°54°93°
CMYK 0.150.540.00   0.07
XYZ44.590329.198882.6426
Yxy29.19880.28500.1867
Hunter Lab54.035952.7349-52.8531
CIE-Lab60.956756.8018-49.7524

#c96cec color RGB value is (201,108,236).

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

The process color (four color CMYK) of #c96cec color hex is 0.15, 0.54, 0.00, 0.07. Web safe color of #c96cec is #cc66ff. Color #c96cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 11101100
Octal 311 154 354
Decimal 201 108 236
Hex C9 6C EC

RGB Percentages of Color #c96cec

%36.88
%19.82
%43.30

CMYK Percentages of Color #c96cec

%15
%54
%0
%7

Triadic Colors of #c96cec

#c96cec #ecc96c #6cecc9

Analogous Colors of #c96cec

#c96cec #ec6ccf #896cec

Monochromatic Colors of #c96cec

#c96cec

Complementary Color

#c96cec #8fec6c

#c96cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cec Color CSS Codes

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

#c96cec Text Font Color

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

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


#c96cec Background Color

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

This div background color is #c96cec


#c96cec Border Color

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

This div border color is #c96cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cec


Comments

No comments written yet.

Please login to write comment.