Color Hex Logo

#c62370 Color Hex

#C62370
(198,35,112)
0 Favorites   0 Comments

Color spaces of #c62370

RGB 19835112
HSL0.920.700.46
HSV332°82°78°
CMYK 0.000.820.43   0.22
XYZ26.814414.377716.6911
Yxy14.37770.46330.2484
Hunter Lab37.917959.87330.4437
CIE-Lab44.769865.9903-2.2626

#c62370 color RGB value is (198,35,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 01110000
Octal 306 43 160
Decimal 198 35 112
Hex C6 23 70

RGB Percentages of Color #c62370

%57.39
%10.14
%32.46

CMYK Percentages of Color #c62370

%0
%82
%43
%22

Triadic Colors of #c62370

#c62370 #70c623 #2370c6

Analogous Colors of #c62370

#c62370 #c62723 #c623c2

Monochromatic Colors of #c62370

#c62370

Complementary Color

#c62370 #23c679

#c62370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62370 Color CSS Codes

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

#c62370 Text Font Color

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

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


#c62370 Background Color

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

This div background color is #c62370


#c62370 Border Color

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

This div border color is #c62370


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,35,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 #c62370">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62370


Comments

No comments written yet.

Please login to write comment.