Color Hex Logo

#c96ee7 Color Hex

#C96EE7
(201,110,231)
0 Favorites   0 Comments

Color spaces of #c96ee7

RGB 201110231
HSL0.790.720.67
HSV285°52°91°
CMYK 0.130.520.00   0.09
XYZ44.087129.338978.9406
Yxy29.33890.28930.1926
Hunter Lab54.165450.4979-48.4934
CIE-Lab61.079654.8051-46.7747

#c96ee7 color RGB value is (201,110,231).

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

The process color (four color CMYK) of #c96ee7 color hex is 0.13, 0.52, 0.00, 0.09. Web safe color of #c96ee7 is #cc66ff. Color #c96ee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 11100111
Octal 311 156 347
Decimal 201 110 231
Hex C9 6E E7

RGB Percentages of Color #c96ee7

%37.08
%20.30
%42.62

CMYK Percentages of Color #c96ee7

%13
%52
%0
%9

Triadic Colors of #c96ee7

#c96ee7 #e7c96e #6ee7c9

Analogous Colors of #c96ee7

#c96ee7 #e76ec9 #8d6ee7

Monochromatic Colors of #c96ee7

#c96ee7

Complementary Color

#c96ee7 #8ce76e

#c96ee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96ee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96ee7 Color CSS Codes

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

#c96ee7 Text Font Color

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

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


#c96ee7 Background Color

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

This div background color is #c96ee7


#c96ee7 Border Color

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

This div border color is #c96ee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96ee7


Comments

No comments written yet.

Please login to write comment.