Color Hex Logo

#cc9afa Color Hex

#CC9AFA
(204,154,250)
0 Favorites   0 Comments

Color spaces of #cc9afa

RGB 204154250
HSL0.750.910.79
HSV271°38°98°
CMYK 0.180.380.00   0.02
XYZ53.712842.850795.8825
Yxy42.85070.27910.2227
Hunter Lab65.460431.9103-41.0221
CIE-Lab71.453536.4255-40.9185

#cc9afa color RGB value is (204,154,250).

#cc9afa hex color red value is 204, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc9afa hue: 0.75 , saturation: 0.91 and the lightness value of cc9afa is 0.79.

The process color (four color CMYK) of #cc9afa color hex is 0.18, 0.38, 0.00, 0.02. Web safe color of #cc9afa is #cc99ff. Color #cc9afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011010 11111010
Octal 314 232 372
Decimal 204 154 250
Hex CC 9A FA

RGB Percentages of Color #cc9afa

%33.55
%25.33
%41.12

CMYK Percentages of Color #cc9afa

%18
%38
%0
%2

Triadic Colors of #cc9afa

#cc9afa #facc9a #9afacc

Analogous Colors of #cc9afa

#cc9afa #fa9af8 #9c9afa

Monochromatic Colors of #cc9afa

#cc9afa

Complementary Color

#cc9afa #c8fa9a

#cc9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9afa Color CSS Codes

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

#cc9afa Text Font Color

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

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


#cc9afa Background Color

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

This div background color is #cc9afa


#cc9afa Border Color

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

This div border color is #cc9afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,154,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9afa


Comments

No comments written yet.

Please login to write comment.