Color Hex Logo

#cc5abe Color Hex

#CC5ABE
(204,90,190)
0 Favorites   0 Comments

Color spaces of #cc5abe

RGB 20490190
HSL0.850.530.58
HSV307°56°80°
CMYK 0.000.560.07   0.20
XYZ37.852323.867451.3270
Yxy23.86740.33480.2111
Hunter Lab48.854352.8069-28.0929
CIE-Lab55.954857.7146-31.5934

#cc5abe color RGB value is (204,90,190).

#cc5abe hex color red value is 204, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc5abe hue: 0.85 , saturation: 0.53 and the lightness value of cc5abe is 0.58.

The process color (four color CMYK) of #cc5abe color hex is 0.00, 0.56, 0.07, 0.20. Web safe color of #cc5abe is #cc66cc. Color #cc5abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 10111110
Octal 314 132 276
Decimal 204 90 190
Hex CC 5A BE

RGB Percentages of Color #cc5abe

%42.15
%18.60
%39.26

CMYK Percentages of Color #cc5abe

%0
%56
%7
%20

Triadic Colors of #cc5abe

#cc5abe #becc5a #5abecc

Analogous Colors of #cc5abe

#cc5abe #cc5a85 #a15acc

Monochromatic Colors of #cc5abe

#cc5abe

Complementary Color

#cc5abe #5acc68

#cc5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5abe Color CSS Codes

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

#cc5abe Text Font Color

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

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


#cc5abe Background Color

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

This div background color is #cc5abe


#cc5abe Border Color

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

This div border color is #cc5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5abe


Comments

No comments written yet.

Please login to write comment.