Color Hex Logo

#c74d89 Color Hex

#C74D89
(199,77,137)
0 Favorites   0 Comments

Color spaces of #c74d89

RGB 19977137
HSL0.920.520.54
HSV330°61°78°
CMYK 0.000.610.31   0.22
XYZ30.722419.256025.7644
Yxy19.25600.40560.2542
Hunter Lab43.881748.1784-4.0940
CIE-Lab50.985454.4133-8.2118

#c74d89 color RGB value is (199,77,137).

#c74d89 hex color red value is 199, green value is 77 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c74d89 hue: 0.92 , saturation: 0.52 and the lightness value of c74d89 is 0.54.

The process color (four color CMYK) of #c74d89 color hex is 0.00, 0.61, 0.31, 0.22. Web safe color of #c74d89 is #cc6699. Color #c74d89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001101 10001001
Octal 307 115 211
Decimal 199 77 137
Hex C7 4D 89

RGB Percentages of Color #c74d89

%48.18
%18.64
%33.17

CMYK Percentages of Color #c74d89

%0
%61
%31
%22

Triadic Colors of #c74d89

#c74d89 #89c74d #4d89c7

Analogous Colors of #c74d89

#c74d89 #c74e4d #c74dc6

Monochromatic Colors of #c74d89

#c74d89

Complementary Color

#c74d89 #4dc78b

#c74d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74d89 Color CSS Codes

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

#c74d89 Text Font Color

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

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


#c74d89 Background Color

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

This div background color is #c74d89


#c74d89 Border Color

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

This div border color is #c74d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74d89


Comments

No comments written yet.

Please login to write comment.