Color Hex Logo

#cca1eb Color Hex

#CCA1EB
(204,161,235)
0 Favorites   0 Comments

Color spaces of #cca1eb

RGB 204161235
HSL0.760.650.78
HSV275°31°92°
CMYK 0.130.310.00   0.08
XYZ52.642144.325384.3784
Yxy44.32530.29030.2444
Hunter Lab66.577224.6283-28.5386
CIE-Lab72.445429.3850-31.2127

#cca1eb color RGB value is (204,161,235).

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

The process color (four color CMYK) of #cca1eb color hex is 0.13, 0.31, 0.00, 0.08. Web safe color of #cca1eb is #cc99ff. Color #cca1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 11101011
Octal 314 241 353
Decimal 204 161 235
Hex CC A1 EB

RGB Percentages of Color #cca1eb

%34.00
%26.83
%39.17

CMYK Percentages of Color #cca1eb

%13
%31
%0
%8

Triadic Colors of #cca1eb

#cca1eb #ebcca1 #a1ebcc

Analogous Colors of #cca1eb

#cca1eb #eba1e5 #a7a1eb

Monochromatic Colors of #cca1eb

#cca1eb

Complementary Color

#cca1eb #c0eba1

#cca1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1eb Color CSS Codes

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

#cca1eb Text Font Color

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

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


#cca1eb Background Color

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

This div background color is #cca1eb


#cca1eb Border Color

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

This div border color is #cca1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1eb


Comments

No comments written yet.

Please login to write comment.