Color Hex Logo

#c62360 Color Hex

#C62360
(198,35,96)
0 Favorites   0 Comments

Color spaces of #c62360

RGB 1983596
HSL0.940.700.46
HSV338°82°78°
CMYK 0.000.820.52   0.22
XYZ26.001114.052412.4083
Yxy14.05240.49560.2679
Hunter Lab37.486558.20836.6152
CIE-Lab44.308064.63137.0145

#c62360 color RGB value is (198,35,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 01100000
Octal 306 43 140
Decimal 198 35 96
Hex C6 23 60

RGB Percentages of Color #c62360

%60.18
%10.64
%29.18

CMYK Percentages of Color #c62360

%0
%82
%52
%22

Triadic Colors of #c62360

#c62360 #60c623 #2360c6

Analogous Colors of #c62360

#c62360 #c63723 #c623b2

Monochromatic Colors of #c62360

#c62360

Complementary Color

#c62360 #23c689

#c62360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62360 Color CSS Codes

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

#c62360 Text Font Color

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

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


#c62360 Background Color

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

This div background color is #c62360


#c62360 Border Color

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

This div border color is #c62360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62360


Comments

No comments written yet.

Please login to write comment.