Color Hex Logo

#c62373 Color Hex

#C62373
(198,35,115)
0 Favorites   0 Comments

Color spaces of #c62373

RGB 19835115
HSL0.920.700.46
HSV331°82°78°
CMYK 0.000.820.42   0.22
XYZ26.984214.445617.5857
Yxy14.44560.45720.2448
Hunter Lab38.007460.2173-0.8278
CIE-Lab44.865366.2693-3.9770

#c62373 color RGB value is (198,35,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 01110011
Octal 306 43 163
Decimal 198 35 115
Hex C6 23 73

RGB Percentages of Color #c62373

%56.90
%10.06
%33.05

CMYK Percentages of Color #c62373

%0
%82
%42
%22

Triadic Colors of #c62373

#c62373 #73c623 #2373c6

Analogous Colors of #c62373

#c62373 #c62423 #c623c5

Monochromatic Colors of #c62373

#c62373

Complementary Color

#c62373 #23c676

#c62373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62373 Color CSS Codes

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

#c62373 Text Font Color

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

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


#c62373 Background Color

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

This div background color is #c62373


#c62373 Border Color

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

This div border color is #c62373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62373


Comments

No comments written yet.

Please login to write comment.