Color Hex Logo

#cc619a Color Hex

#CC619A
(204,97,154)
0 Favorites   0 Comments

Color spaces of #cc619a

RGB 20497154
HSL0.910.510.59
HSV328°52°80°
CMYK 0.000.520.25   0.20
XYZ35.009323.719933.3050
Yxy23.71990.38040.2577
Hunter Lab48.703143.0810-6.4526
CIE-Lab55.806348.9043-10.9516

#cc619a color RGB value is (204,97,154).

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

The process color (four color CMYK) of #cc619a color hex is 0.00, 0.52, 0.25, 0.20. Web safe color of #cc619a is #cc6699. Color #cc619a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 10011010
Octal 314 141 232
Decimal 204 97 154
Hex CC 61 9A

RGB Percentages of Color #cc619a

%44.84
%21.32
%33.85

CMYK Percentages of Color #cc619a

%0
%52
%25
%20

Triadic Colors of #cc619a

#cc619a #9acc61 #619acc

Analogous Colors of #cc619a

#cc619a #cc6165 #c961cc

Monochromatic Colors of #cc619a

#cc619a

Complementary Color

#cc619a #61cc93

#cc619a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc619a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc619a Color CSS Codes

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

#cc619a Text Font Color

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

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


#cc619a Background Color

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

This div background color is #cc619a


#cc619a Border Color

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

This div border color is #cc619a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,97,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 #cc619a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc619a


Comments

No comments written yet.

Please login to write comment.