Color Hex Logo

#c99cef Color Hex

#C99CEF
(201,156,239)
0 Favorites   0 Comments

Color spaces of #c99cef

RGB 201156239
HSL0.760.720.77
HSV273°35°94°
CMYK 0.160.350.00   0.06
XYZ51.555842.426487.1332
Yxy42.42640.28470.2343
Hunter Lab65.135627.2983-33.7186
CIE-Lab71.163932.0645-35.4000

#c99cef color RGB value is (201,156,239).

#c99cef hex color red value is 201, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c99cef hue: 0.76 , saturation: 0.72 and the lightness value of c99cef is 0.77.

The process color (four color CMYK) of #c99cef color hex is 0.16, 0.35, 0.00, 0.06. Web safe color of #c99cef is #cc99ff. Color #c99cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 11101111
Octal 311 234 357
Decimal 201 156 239
Hex C9 9C EF

RGB Percentages of Color #c99cef

%33.72
%26.17
%40.10

CMYK Percentages of Color #c99cef

%16
%35
%0
%6

Triadic Colors of #c99cef

#c99cef #efc99c #9cefc9

Analogous Colors of #c99cef

#c99cef #ef9cec #a09cef

Monochromatic Colors of #c99cef

#c99cef

Complementary Color

#c99cef #c2ef9c

#c99cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99cef Color CSS Codes

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

#c99cef Text Font Color

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

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


#c99cef Background Color

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

This div background color is #c99cef


#c99cef Border Color

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

This div border color is #c99cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99cef


Comments

No comments written yet.

Please login to write comment.