Color Hex Logo

#d7499a Color Hex

#D7499A
(215,73,154)
0 Favorites   0 Comments

Color spaces of #d7499a

RGB 21573154
HSL0.900.640.56
HSV326°66°84°
CMYK 0.000.660.28   0.16
XYZ36.239621.545332.8205
Yxy21.54530.40000.2378
Hunter Lab46.416958.1327-9.4310
CIE-Lab53.541262.8177-14.2002

#d7499a color RGB value is (215,73,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 10011010
Octal 327 111 232
Decimal 215 73 154
Hex D7 49 9A

RGB Percentages of Color #d7499a

%48.64
%16.52
%34.84

CMYK Percentages of Color #d7499a

%0
%66
%28
%16

Triadic Colors of #d7499a

#d7499a #9ad749 #499ad7

Analogous Colors of #d7499a

#d7499a #d74953 #cd49d7

Monochromatic Colors of #d7499a

#d7499a

Complementary Color

#d7499a #49d786

#d7499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7499a Color CSS Codes

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

#d7499a Text Font Color

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

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


#d7499a Background Color

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

This div background color is #d7499a


#d7499a Border Color

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

This div border color is #d7499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7499a


Comments

No comments written yet.

Please login to write comment.