Color Hex Logo

#cc389a Color Hex

#CC389A
(204,56,154)
0 Favorites   0 Comments

Color spaces of #cc389a

RGB 20456154
HSL0.890.590.51
HSV320°73°80°
CMYK 0.000.730.25   0.20
XYZ32.148717.998832.3515
Yxy17.99880.38970.2182
Hunter Lab42.425061.0195-15.5145
CIE-Lab49.494766.0689-20.5352

#cc389a color RGB value is (204,56,154).

#cc389a hex color red value is 204, green value is 56 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cc389a hue: 0.89 , saturation: 0.59 and the lightness value of cc389a is 0.51.

The process color (four color CMYK) of #cc389a color hex is 0.00, 0.73, 0.25, 0.20. Web safe color of #cc389a is #cc3399. Color #cc389a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 10011010
Octal 314 70 232
Decimal 204 56 154
Hex CC 38 9A

RGB Percentages of Color #cc389a

%49.28
%13.53
%37.20

CMYK Percentages of Color #cc389a

%0
%73
%25
%20

Triadic Colors of #cc389a

#cc389a #9acc38 #389acc

Analogous Colors of #cc389a

#cc389a #cc3850 #b438cc

Monochromatic Colors of #cc389a

#cc389a

Complementary Color

#cc389a #38cc6a

#cc389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc389a Color CSS Codes

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

#cc389a Text Font Color

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

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


#cc389a Background Color

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

This div background color is #cc389a


#cc389a Border Color

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

This div border color is #cc389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc389a


Comments

No comments written yet.

Please login to write comment.