Color Hex Logo

#cc5acb Color Hex

#CC5ACB
(204,90,203)
0 Favorites   0 Comments

Color spaces of #cc5acb

RGB 20490203
HSL0.830.530.58
HSV301°56°80°
CMYK 0.000.560.00   0.20
XYZ39.337524.461559.1481
Yxy24.46150.32000.1990
Hunter Lab49.458655.4197-36.2846
CIE-Lab56.546959.9120-38.1078

#cc5acb color RGB value is (204,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 11001011
Octal 314 132 313
Decimal 204 90 203
Hex CC 5A CB

RGB Percentages of Color #cc5acb

%41.05
%18.11
%40.85

CMYK Percentages of Color #cc5acb

%0
%56
%0
%20

Triadic Colors of #cc5acb

#cc5acb #cbcc5a #5acbcc

Analogous Colors of #cc5acb

#cc5acb #cc5a92 #945acc

Monochromatic Colors of #cc5acb

#cc5acb

Complementary Color

#cc5acb #5acc5b

#cc5acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5acb Color CSS Codes

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

#cc5acb Text Font Color

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

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


#cc5acb Background Color

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

This div background color is #cc5acb


#cc5acb Border Color

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

This div border color is #cc5acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5acb


Comments

No comments written yet.

Please login to write comment.