Color Hex Logo

#cca9e0 Color Hex

#CCA9E0
(204,169,224)
0 Favorites   0 Comments

Color spaces of #cca9e0

RGB 204169224
HSL0.770.470.77
HSV278°25°88°
CMYK 0.090.250.00   0.12
XYZ52.544446.595176.7454
Yxy46.59510.29870.2649
Hunter Lab68.260617.9464-18.8773
CIE-Lab73.930022.7315-22.9376

#cca9e0 color RGB value is (204,169,224).

#cca9e0 hex color red value is 204, green value is 169 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cca9e0 hue: 0.77 , saturation: 0.47 and the lightness value of cca9e0 is 0.77.

The process color (four color CMYK) of #cca9e0 color hex is 0.09, 0.25, 0.00, 0.12. Web safe color of #cca9e0 is #cc99cc. Color #cca9e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 11100000
Octal 314 251 340
Decimal 204 169 224
Hex CC A9 E0

RGB Percentages of Color #cca9e0

%34.17
%28.31
%37.52

CMYK Percentages of Color #cca9e0

%9
%25
%0
%12

Triadic Colors of #cca9e0

#cca9e0 #e0cca9 #a9e0cc

Analogous Colors of #cca9e0

#cca9e0 #e0a9d9 #b1a9e0

Monochromatic Colors of #cca9e0

#cca9e0

Complementary Color

#cca9e0 #bde0a9

#cca9e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9e0 Color CSS Codes

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

#cca9e0 Text Font Color

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

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


#cca9e0 Background Color

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

This div background color is #cca9e0


#cca9e0 Border Color

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

This div border color is #cca9e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9e0


Comments

No comments written yet.

Please login to write comment.