Color Hex Logo

#cc2371 Color Hex

#CC2371
(204,35,113)
0 Favorites   0 Comments

Color spaces of #cc2371

RGB 20435113
HSL0.920.710.47
HSV332°83°80°
CMYK 0.000.830.45   0.20
XYZ28.483515.231717.0615
Yxy15.23170.46870.2506
Hunter Lab39.027861.97521.4001
CIE-Lab45.949967.5712-1.0139

#cc2371 color RGB value is (204,35,113).

#cc2371 hex color red value is 204, green value is 35 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cc2371 hue: 0.92 , saturation: 0.71 and the lightness value of cc2371 is 0.47.

The process color (four color CMYK) of #cc2371 color hex is 0.00, 0.83, 0.45, 0.20. Web safe color of #cc2371 is #cc3366. Color #cc2371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01110001
Octal 314 43 161
Decimal 204 35 113
Hex CC 23 71

RGB Percentages of Color #cc2371

%57.95
%9.94
%32.10

CMYK Percentages of Color #cc2371

%0
%83
%45
%20

Triadic Colors of #cc2371

#cc2371 #71cc23 #2371cc

Analogous Colors of #cc2371

#cc2371 #cc2a23 #cc23c6

Monochromatic Colors of #cc2371

#cc2371

Complementary Color

#cc2371 #23cc7e

#cc2371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2371 Color CSS Codes

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

#cc2371 Text Font Color

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

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


#cc2371 Background Color

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

This div background color is #cc2371


#cc2371 Border Color

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

This div border color is #cc2371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2371


Comments

No comments written yet.

Please login to write comment.