Color Hex Logo

#c96cee Color Hex

#C96CEE
(201,108,238)
0 Favorites   0 Comments

Color spaces of #c96cee

RGB 201108238
HSL0.790.790.68
HSV283°55°93°
CMYK 0.160.550.00   0.07
XYZ44.882629.315784.1818
Yxy29.31570.28340.1851
Hunter Lab54.144053.2155-54.2819
CIE-Lab61.059257.2068-50.7012

#c96cee color RGB value is (201,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 11101110
Octal 311 154 356
Decimal 201 108 238
Hex C9 6C EE

RGB Percentages of Color #c96cee

%36.75
%19.74
%43.51

CMYK Percentages of Color #c96cee

%16
%55
%0
%7

Triadic Colors of #c96cee

#c96cee #eec96c #6ceec9

Analogous Colors of #c96cee

#c96cee #ee6cd2 #886cee

Monochromatic Colors of #c96cee

#c96cee

Complementary Color

#c96cee #91ee6c

#c96cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cee Color CSS Codes

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

#c96cee Text Font Color

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

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


#c96cee Background Color

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

This div background color is #c96cee


#c96cee Border Color

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

This div border color is #c96cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cee


Comments

No comments written yet.

Please login to write comment.