Color Hex Logo

#cc289c Color Hex

#CC289C
(204,40,156)
0 Favorites   0 Comments

Color spaces of #cc289c

RGB 20440156
HSL0.880.670.48
HSV318°80°80°
CMYK 0.000.800.24   0.20
XYZ31.661416.755333.0178
Yxy16.75530.38880.2058
Hunter Lab40.933266.4346-19.1716
CIE-Lab47.950270.9568-24.1080

#cc289c color RGB value is (204,40,156).

#cc289c hex color red value is 204, green value is 40 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cc289c hue: 0.88 , saturation: 0.67 and the lightness value of cc289c is 0.48.

The process color (four color CMYK) of #cc289c color hex is 0.00, 0.80, 0.24, 0.20. Web safe color of #cc289c is #cc3399. Color #cc289c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 10011100
Octal 314 50 234
Decimal 204 40 156
Hex CC 28 9C

RGB Percentages of Color #cc289c

%51.00
%10.00
%39.00

CMYK Percentages of Color #cc289c

%0
%80
%24
%20

Triadic Colors of #cc289c

#cc289c #9ccc28 #289ccc

Analogous Colors of #cc289c

#cc289c #cc284a #aa28cc

Monochromatic Colors of #cc289c

#cc289c

Complementary Color

#cc289c #28cc58

#cc289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc289c Color CSS Codes

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

#cc289c Text Font Color

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

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


#cc289c Background Color

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

This div background color is #cc289c


#cc289c Border Color

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

This div border color is #cc289c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc289c


Comments

No comments written yet.

Please login to write comment.