Color Hex Logo

#cc1197 Color Hex

#CC1197
(204,17,151)
0 Favorites   0 Comments

Color spaces of #cc1197

RGB 20417151
HSL0.880.850.43
HSV317°92°80°
CMYK 0.000.920.26   0.20
XYZ30.688215.472630.6472
Yxy15.47260.39950.2014
Hunter Lab39.335270.4239-18.6599
CIE-Lab46.274874.5901-23.7007

#cc1197 color RGB value is (204,17,151).

#cc1197 hex color red value is 204, green value is 17 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cc1197 hue: 0.88 , saturation: 0.85 and the lightness value of cc1197 is 0.43.

The process color (four color CMYK) of #cc1197 color hex is 0.00, 0.92, 0.26, 0.20. Web safe color of #cc1197 is #cc0099. Color #cc1197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 10010111
Octal 314 21 227
Decimal 204 17 151
Hex CC 11 97

RGB Percentages of Color #cc1197

%54.84
%4.57
%40.59

CMYK Percentages of Color #cc1197

%0
%92
%26
%20

Triadic Colors of #cc1197

#cc1197 #97cc11 #1197cc

Analogous Colors of #cc1197

#cc1197 #cc1139 #a411cc

Monochromatic Colors of #cc1197

#cc1197

Complementary Color

#cc1197 #11cc46

#cc1197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1197 Color CSS Codes

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

#cc1197 Text Font Color

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

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


#cc1197 Background Color

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

This div background color is #cc1197


#cc1197 Border Color

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

This div border color is #cc1197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1197


Comments

No comments written yet.

Please login to write comment.