Color Hex Logo

#cc5abf Color Hex

#CC5ABF
(204,90,191)
0 Favorites   0 Comments

Color spaces of #cc5abf

RGB 20490191
HSL0.850.530.58
HSV307°56°80°
CMYK 0.000.560.06   0.20
XYZ37.962023.911351.9047
Yxy23.91130.33360.2102
Hunter Lab48.899253.0017-28.7047
CIE-Lab55.998957.8796-32.0992

#cc5abf color RGB value is (204,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 10111111
Octal 314 132 277
Decimal 204 90 191
Hex CC 5A BF

RGB Percentages of Color #cc5abf

%42.06
%18.56
%39.38

CMYK Percentages of Color #cc5abf

%0
%56
%6
%20

Triadic Colors of #cc5abf

#cc5abf #bfcc5a #5abfcc

Analogous Colors of #cc5abf

#cc5abf #cc5a86 #a05acc

Monochromatic Colors of #cc5abf

#cc5abf

Complementary Color

#cc5abf #5acc67

#cc5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5abf Color CSS Codes

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

#cc5abf Text Font Color

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

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


#cc5abf Background Color

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

This div background color is #cc5abf


#cc5abf Border Color

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

This div border color is #cc5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5abf


Comments

No comments written yet.

Please login to write comment.