Color Hex Logo

#cc19b6 Color Hex

#CC19B6
(204,25,182)
0 Favorites   0 Comments

Color spaces of #cc19b6

RGB 20425182
HSL0.850.780.45
HSV307°88°80°
CMYK 0.000.880.11   0.20
XYZ33.693016.910045.7441
Yxy16.91000.34970.1755
Hunter Lab41.121874.2903-37.1693
CIE-Lab48.146477.3713-39.1946

#cc19b6 color RGB value is (204,25,182).

#cc19b6 hex color red value is 204, green value is 25 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #cc19b6 hue: 0.85 , saturation: 0.78 and the lightness value of cc19b6 is 0.45.

The process color (four color CMYK) of #cc19b6 color hex is 0.00, 0.88, 0.11, 0.20. Web safe color of #cc19b6 is #cc00cc. Color #cc19b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 10110110
Octal 314 31 266
Decimal 204 25 182
Hex CC 19 B6

RGB Percentages of Color #cc19b6

%49.64
%6.08
%44.28

CMYK Percentages of Color #cc19b6

%0
%88
%11
%20

Triadic Colors of #cc19b6

#cc19b6 #b6cc19 #19b6cc

Analogous Colors of #cc19b6

#cc19b6 #cc195d #8919cc

Monochromatic Colors of #cc19b6

#cc19b6

Complementary Color

#cc19b6 #19cc2f

#cc19b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc19b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc19b6 Color CSS Codes

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

#cc19b6 Text Font Color

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

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


#cc19b6 Background Color

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

This div background color is #cc19b6


#cc19b6 Border Color

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

This div border color is #cc19b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc19b6


Comments

No comments written yet.

Please login to write comment.