Color Hex Logo

#cc9aef Color Hex

#CC9AEF
(204,154,239)
0 Favorites   0 Comments

Color spaces of #cc9aef

RGB 204154239
HSL0.760.730.77
HSV275°36°94°
CMYK 0.150.360.00   0.06
XYZ52.037442.180687.0603
Yxy42.18060.28710.2327
Hunter Lab64.946629.3637-34.0151
CIE-Lab70.995334.0573-35.6390

#cc9aef color RGB value is (204,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011010 11101111
Octal 314 232 357
Decimal 204 154 239
Hex CC 9A EF

RGB Percentages of Color #cc9aef

%34.17
%25.80
%40.03

CMYK Percentages of Color #cc9aef

%15
%36
%0
%6

Triadic Colors of #cc9aef

#cc9aef #efcc9a #9aefcc

Analogous Colors of #cc9aef

#cc9aef #ef9ae8 #a29aef

Monochromatic Colors of #cc9aef

#cc9aef

Complementary Color

#cc9aef #bdef9a

#cc9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9aef Color CSS Codes

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

#cc9aef Text Font Color

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

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


#cc9aef Background Color

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

This div background color is #cc9aef


#cc9aef Border Color

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

This div border color is #cc9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9aef


Comments

No comments written yet.

Please login to write comment.