Color Hex Logo

#c62372 Color Hex

#C62372
(198,35,114)
0 Favorites   0 Comments

Color spaces of #c62372

RGB 19835114
HSL0.920.700.46
HSV331°82°78°
CMYK 0.000.820.42   0.22
XYZ26.927014.422717.2842
Yxy14.42270.45920.2460
Hunter Lab37.977260.1017-0.4000
CIE-Lab44.833166.1757-3.4065

#c62372 color RGB value is (198,35,114).

#c62372 hex color red value is 198, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c62372 hue: 0.92 , saturation: 0.70 and the lightness value of c62372 is 0.46.

The process color (four color CMYK) of #c62372 color hex is 0.00, 0.82, 0.42, 0.22. Web safe color of #c62372 is #cc3366. Color #c62372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 01110010
Octal 306 43 162
Decimal 198 35 114
Hex C6 23 72

RGB Percentages of Color #c62372

%57.06
%10.09
%32.85

CMYK Percentages of Color #c62372

%0
%82
%42
%22

Triadic Colors of #c62372

#c62372 #72c623 #2372c6

Analogous Colors of #c62372

#c62372 #c62523 #c623c4

Monochromatic Colors of #c62372

#c62372

Complementary Color

#c62372 #23c677

#c62372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62372 Color CSS Codes

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

#c62372 Text Font Color

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

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


#c62372 Background Color

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

This div background color is #c62372


#c62372 Border Color

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

This div border color is #c62372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62372


Comments

No comments written yet.

Please login to write comment.