Color Hex Logo

#cca2eb Color Hex

#CCA2EB
(204,162,235)
0 Favorites   0 Comments

Color spaces of #cca2eb

RGB 204162235
HSL0.760.650.78
HSV275°31°92°
CMYK 0.130.310.00   0.08
XYZ52.817644.676284.4368
Yxy44.67620.29030.2456
Hunter Lab66.840324.0814-28.1107
CIE-Lab72.678228.8374-30.8537

#cca2eb color RGB value is (204,162,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 11101011
Octal 314 242 353
Decimal 204 162 235
Hex CC A2 EB

RGB Percentages of Color #cca2eb

%33.94
%26.96
%39.10

CMYK Percentages of Color #cca2eb

%13
%31
%0
%8

Triadic Colors of #cca2eb

#cca2eb #ebcca2 #a2ebcc

Analogous Colors of #cca2eb

#cca2eb #eba2e6 #a8a2eb

Monochromatic Colors of #cca2eb

#cca2eb

Complementary Color

#cca2eb #c1eba2

#cca2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca2eb Color CSS Codes

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

#cca2eb Text Font Color

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

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


#cca2eb Background Color

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

This div background color is #cca2eb


#cca2eb Border Color

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

This div border color is #cca2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca2eb


Comments

No comments written yet.

Please login to write comment.