Color Hex Logo

#c99aef Color Hex

#C99AEF
(201,154,239)
0 Favorites   0 Comments

Color spaces of #c99aef

RGB 201154239
HSL0.760.730.77
HSV273°36°94°
CMYK 0.160.360.00   0.06
XYZ51.223041.760787.0222
Yxy41.76070.28460.2320
Hunter Lab64.622528.3985-34.6055
CIE-Lab70.705633.1606-36.1113

#c99aef color RGB value is (201,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11101111
Octal 311 232 357
Decimal 201 154 239
Hex C9 9A EF

RGB Percentages of Color #c99aef

%33.84
%25.93
%40.24

CMYK Percentages of Color #c99aef

%16
%36
%0
%6

Triadic Colors of #c99aef

#c99aef #efc99a #9aefc9

Analogous Colors of #c99aef

#c99aef #ef9aeb #9f9aef

Monochromatic Colors of #c99aef

#c99aef

Complementary Color

#c99aef #c0ef9a

#c99aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aef Color CSS Codes

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

#c99aef Text Font Color

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

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


#c99aef Background Color

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

This div background color is #c99aef


#c99aef Border Color

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

This div border color is #c99aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99aef


Comments

No comments written yet.

Please login to write comment.