Color Hex Logo

#cca1ed Color Hex

#CCA1ED
(204,161,237)
0 Favorites   0 Comments

Color spaces of #cca1ed

RGB 204161237
HSL0.760.680.78
HSV274°32°93°
CMYK 0.140.320.00   0.07
XYZ52.932844.441585.9090
Yxy44.44150.28880.2425
Hunter Lab66.664525.0695-29.7406
CIE-Lab72.522629.8066-32.1837

#cca1ed color RGB value is (204,161,237).

#cca1ed hex color red value is 204, green value is 161 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cca1ed hue: 0.76 , saturation: 0.68 and the lightness value of cca1ed is 0.78.

The process color (four color CMYK) of #cca1ed color hex is 0.14, 0.32, 0.00, 0.07. Web safe color of #cca1ed is #cc99ff. Color #cca1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 11101101
Octal 314 241 355
Decimal 204 161 237
Hex CC A1 ED

RGB Percentages of Color #cca1ed

%33.89
%26.74
%39.37

CMYK Percentages of Color #cca1ed

%14
%32
%0
%7

Triadic Colors of #cca1ed

#cca1ed #edcca1 #a1edcc

Analogous Colors of #cca1ed

#cca1ed #eda1e8 #a6a1ed

Monochromatic Colors of #cca1ed

#cca1ed

Complementary Color

#cca1ed #c2eda1

#cca1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ed Color CSS Codes

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

#cca1ed Text Font Color

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

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


#cca1ed Background Color

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

This div background color is #cca1ed


#cca1ed Border Color

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

This div border color is #cca1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ed


Comments

No comments written yet.

Please login to write comment.