Color Hex Logo

#c62070 Color Hex

#C62070
(198,32,112)
0 Favorites   0 Comments

Color spaces of #c62070

RGB 19832112
HSL0.920.720.45
HSV331°84°78°
CMYK 0.000.840.43   0.22
XYZ26.729814.208616.6630
Yxy14.20860.46400.2467
Hunter Lab37.694360.61300.1765
CIE-Lab44.530666.6760-2.6148

#c62070 color RGB value is (198,32,112).

#c62070 hex color red value is 198, green value is 32 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c62070 hue: 0.92 , saturation: 0.72 and the lightness value of c62070 is 0.45.

The process color (four color CMYK) of #c62070 color hex is 0.00, 0.84, 0.43, 0.22. Web safe color of #c62070 is #cc3366. Color #c62070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 01110000
Octal 306 40 160
Decimal 198 32 112
Hex C6 20 70

RGB Percentages of Color #c62070

%57.89
%9.36
%32.75

CMYK Percentages of Color #c62070

%0
%84
%43
%22

Triadic Colors of #c62070

#c62070 #70c620 #2070c6

Analogous Colors of #c62070

#c62070 #c62320 #c620c3

Monochromatic Colors of #c62070

#c62070

Complementary Color

#c62070 #20c676

#c62070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62070 Color CSS Codes

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

#c62070 Text Font Color

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

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


#c62070 Background Color

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

This div background color is #c62070


#c62070 Border Color

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

This div border color is #c62070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62070


Comments

No comments written yet.

Please login to write comment.