Color Hex Logo

#d74992 Color Hex

#D74992
(215,73,146)
0 Favorites   0 Comments

Color spaces of #d74992

RGB 21573146
HSL0.910.640.56
HSV329°66°84°
CMYK 0.000.660.32   0.16
XYZ35.595221.287529.4269
Yxy21.28750.41240.2466
Hunter Lab46.138456.9684-5.5181
CIE-Lab53.262761.8562-9.8893

#d74992 color RGB value is (215,73,146).

#d74992 hex color red value is 215, green value is 73 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d74992 hue: 0.91 , saturation: 0.64 and the lightness value of d74992 is 0.56.

The process color (four color CMYK) of #d74992 color hex is 0.00, 0.66, 0.32, 0.16. Web safe color of #d74992 is #cc3399. Color #d74992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 10010010
Octal 327 111 222
Decimal 215 73 146
Hex D7 49 92

RGB Percentages of Color #d74992

%49.54
%16.82
%33.64

CMYK Percentages of Color #d74992

%0
%66
%32
%16

Triadic Colors of #d74992

#d74992 #92d749 #4992d7

Analogous Colors of #d74992

#d74992 #d7494b #d549d7

Monochromatic Colors of #d74992

#d74992

Complementary Color

#d74992 #49d78e

#d74992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74992 Color CSS Codes

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

#d74992 Text Font Color

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

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


#d74992 Background Color

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

This div background color is #d74992


#d74992 Border Color

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

This div border color is #d74992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74992


Comments

No comments written yet.

Please login to write comment.