Color Hex Logo

#cc195b Color Hex

#CC195B
(204,25,91)
0 Favorites   0 Comments

Color spaces of #cc195b

RGB 2042591
HSL0.940.780.45
HSV338°88°80°
CMYK 0.000.880.55   0.20
XYZ27.137814.288011.2251
Yxy14.28800.51540.2714
Hunter Lab37.799562.00348.8526
CIE-Lab44.643267.849210.7779

#cc195b color RGB value is (204,25,91).

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

The process color (four color CMYK) of #cc195b color hex is 0.00, 0.88, 0.55, 0.20. Web safe color of #cc195b is #cc0066. Color #cc195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 01011011
Octal 314 31 133
Decimal 204 25 91
Hex CC 19 5B

RGB Percentages of Color #cc195b

%63.75
%7.81
%28.44

CMYK Percentages of Color #cc195b

%0
%88
%55
%20

Triadic Colors of #cc195b

#cc195b #5bcc19 #195bcc

Analogous Colors of #cc195b

#cc195b #cc3119 #cc19b5

Monochromatic Colors of #cc195b

#cc195b

Complementary Color

#cc195b #19cc8a

#cc195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc195b Color CSS Codes

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

#cc195b Text Font Color

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

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


#cc195b Background Color

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

This div background color is #cc195b


#cc195b Border Color

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

This div border color is #cc195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc195b


Comments

No comments written yet.

Please login to write comment.