Color Hex Logo

#c74993 Color Hex

#C74993
(199,73,147)
0 Favorites   0 Comments

Color spaces of #c74993

RGB 19973147
HSL0.900.530.53
HSV325°63°78°
CMYK 0.000.630.26   0.22
XYZ31.202219.013829.6293
Yxy19.01380.39080.2381
Hunter Lab43.604851.4204-9.7639
CIE-Lab50.703357.4060-14.5978

#c74993 color RGB value is (199,73,147).

#c74993 hex color red value is 199, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c74993 hue: 0.90 , saturation: 0.53 and the lightness value of c74993 is 0.53.

The process color (four color CMYK) of #c74993 color hex is 0.00, 0.63, 0.26, 0.22. Web safe color of #c74993 is #cc3399. Color #c74993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 10010011
Octal 307 111 223
Decimal 199 73 147
Hex C7 49 93

RGB Percentages of Color #c74993

%47.49
%17.42
%35.08

CMYK Percentages of Color #c74993

%0
%63
%26
%22

Triadic Colors of #c74993

#c74993 #93c749 #4993c7

Analogous Colors of #c74993

#c74993 #c74954 #bc49c7

Monochromatic Colors of #c74993

#c74993

Complementary Color

#c74993 #49c77d

#c74993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74993 Color CSS Codes

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

#c74993 Text Font Color

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

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


#c74993 Background Color

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

This div background color is #c74993


#c74993 Border Color

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

This div border color is #c74993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74993


Comments

No comments written yet.

Please login to write comment.