Color Hex Logo

#d9498a Color Hex

#D9498A
(217,73,138)
0 Favorites   0 Comments

Color spaces of #d9498a

RGB 21773138
HSL0.920.650.57
HSV333°66°85°
CMYK 0.000.660.36   0.15
XYZ35.585321.351826.2905
Yxy21.35180.42760.2565
Hunter Lab46.208056.6008-1.3880
CIE-Lab53.332461.5225-5.0016

#d9498a color RGB value is (217,73,138).

#d9498a hex color red value is 217, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d9498a hue: 0.92 , saturation: 0.65 and the lightness value of d9498a is 0.57.

The process color (four color CMYK) of #d9498a color hex is 0.00, 0.66, 0.36, 0.15. Web safe color of #d9498a is #cc3399. Color #d9498a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 10001010
Octal 331 111 212
Decimal 217 73 138
Hex D9 49 8A

RGB Percentages of Color #d9498a

%50.70
%17.06
%32.24

CMYK Percentages of Color #d9498a

%0
%66
%36
%15

Triadic Colors of #d9498a

#d9498a #8ad949 #498ad9

Analogous Colors of #d9498a

#d9498a #d95049 #d949d2

Monochromatic Colors of #d9498a

#d9498a

Complementary Color

#d9498a #49d998

#d9498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9498a Color CSS Codes

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

#d9498a Text Font Color

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

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


#d9498a Background Color

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

This div background color is #d9498a


#d9498a Border Color

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

This div border color is #d9498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9498a


Comments

No comments written yet.

Please login to write comment.