Color Hex Logo

#c62d73 Color Hex

#C62D73
(198,45,115)
0 Favorites   0 Comments

Color spaces of #c62d73

RGB 19845115
HSL0.920.630.48
HSV333°77°78°
CMYK 0.000.770.42   0.22
XYZ27.321615.120317.6982
Yxy15.12030.45430.2514
Hunter Lab38.884857.37080.2339
CIE-Lab45.798563.6108-2.5998

#c62d73 color RGB value is (198,45,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101101 01110011
Octal 306 55 163
Decimal 198 45 115
Hex C6 2D 73

RGB Percentages of Color #c62d73

%55.31
%12.57
%32.12

CMYK Percentages of Color #c62d73

%0
%77
%42
%22

Triadic Colors of #c62d73

#c62d73 #73c62d #2d73c6

Analogous Colors of #c62d73

#c62d73 #c6342d #c62dc0

Monochromatic Colors of #c62d73

#c62d73

Complementary Color

#c62d73 #2dc680

#c62d73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62d73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62d73 Color CSS Codes

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

#c62d73 Text Font Color

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

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


#c62d73 Background Color

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

This div background color is #c62d73


#c62d73 Border Color

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

This div border color is #c62d73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62d73


Comments

No comments written yet.

Please login to write comment.