Color Hex Logo

#cc4aca Color Hex

#CC4ACA
(204,74,202)
0 Favorites   0 Comments

Color spaces of #cc4aca

RGB 20474202
HSL0.840.560.55
HSV301°64°80°
CMYK 0.000.640.01   0.20
XYZ38.011321.999258.1200
Yxy21.99920.32180.1862
Hunter Lab46.903362.5789-40.6366
CIE-Lab54.026266.5420-41.5030

#cc4aca color RGB value is (204,74,202).

#cc4aca hex color red value is 204, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc4aca hue: 0.84 , saturation: 0.56 and the lightness value of cc4aca is 0.55.

The process color (four color CMYK) of #cc4aca color hex is 0.00, 0.64, 0.01, 0.20. Web safe color of #cc4aca is #cc33cc. Color #cc4aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001010 11001010
Octal 314 112 312
Decimal 204 74 202
Hex CC 4A CA

RGB Percentages of Color #cc4aca

%42.50
%15.42
%42.08

CMYK Percentages of Color #cc4aca

%0
%64
%1
%20

Triadic Colors of #cc4aca

#cc4aca #cacc4a #4acacc

Analogous Colors of #cc4aca

#cc4aca #cc4a89 #8d4acc

Monochromatic Colors of #cc4aca

#cc4aca

Complementary Color

#cc4aca #4acc4c

#cc4aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4aca Color CSS Codes

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

#cc4aca Text Font Color

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

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


#cc4aca Background Color

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

This div background color is #cc4aca


#cc4aca Border Color

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

This div border color is #cc4aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4aca


Comments

No comments written yet.

Please login to write comment.