Color Hex Logo

#c73574 Color Hex

#C73574
(199,53,116)
0 Favorites   0 Comments

Color spaces of #c73574

RGB 19953116
HSL0.930.580.49
HSV334°73°78°
CMYK 0.000.730.42   0.22
XYZ27.978715.949318.1269
Yxy15.94930.45090.2570
Hunter Lab39.936655.16421.0443
CIE-Lab46.907961.4535-1.5614

#c73574 color RGB value is (199,53,116).

#c73574 hex color red value is 199, green value is 53 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c73574 hue: 0.93 , saturation: 0.58 and the lightness value of c73574 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 01110100
Octal 307 65 164
Decimal 199 53 116
Hex C7 35 74

RGB Percentages of Color #c73574

%54.08
%14.40
%31.52

CMYK Percentages of Color #c73574

%0
%73
%42
%22

Triadic Colors of #c73574

#c73574 #74c735 #3574c7

Analogous Colors of #c73574

#c73574 #c73f35 #c735bd

Monochromatic Colors of #c73574

#c73574

Complementary Color

#c73574 #35c788

#c73574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73574 Color CSS Codes

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

#c73574 Text Font Color

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

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


#c73574 Background Color

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

This div background color is #c73574


#c73574 Border Color

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

This div border color is #c73574


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,53,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c73574; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c73574;
  -webkit-box-shadow: 1px 1px 3px 2px #c73574;
  box-shadow:         1px 1px 3px 2px #c73574; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,53,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73574


Comments

No comments written yet.

Please login to write comment.