Color Hex Logo

#cc219b Color Hex

#CC219B
(204,33,155)
0 Favorites   0 Comments

Color spaces of #cc219b

RGB 20433155
HSL0.880.720.46
HSV317°84°80°
CMYK 0.000.840.24   0.20
XYZ31.362116.291632.5020
Yxy16.29160.39130.2032
Hunter Lab40.362968.0602-19.4890
CIE-Lab47.354872.4278-24.4313

#cc219b color RGB value is (204,33,155).

#cc219b hex color red value is 204, green value is 33 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc219b hue: 0.88 , saturation: 0.72 and the lightness value of cc219b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10011011
Octal 314 41 233
Decimal 204 33 155
Hex CC 21 9B

RGB Percentages of Color #cc219b

%52.04
%8.42
%39.54

CMYK Percentages of Color #cc219b

%0
%84
%24
%20

Triadic Colors of #cc219b

#cc219b #9bcc21 #219bcc

Analogous Colors of #cc219b

#cc219b #cc2145 #a821cc

Monochromatic Colors of #cc219b

#cc219b

Complementary Color

#cc219b #21cc52

#cc219b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc219b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc219b Color CSS Codes

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

#cc219b Text Font Color

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

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


#cc219b Background Color

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

This div background color is #cc219b


#cc219b Border Color

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

This div border color is #cc219b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc219b


Comments

No comments written yet.

Please login to write comment.