Color Hex Logo

#d2909a Color Hex

#D2909A
(210,144,154)
0 Favorites   0 Comments

Color spaces of #d2909a

RGB 210144154
HSL0.970.420.69
HSV351°31°82°
CMYK 0.000.310.27   0.18
XYZ42.384335.981235.2830
Yxy35.98120.37290.3166
Hunter Lab59.984321.15377.1144
CIE-Lab66.505626.36864.8789

#d2909a color RGB value is (210,144,154).

#d2909a hex color red value is 210, green value is 144 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d2909a hue: 0.97 , saturation: 0.42 and the lightness value of d2909a is 0.69.

The process color (four color CMYK) of #d2909a color hex is 0.00, 0.31, 0.27, 0.18. Web safe color of #d2909a is #cc9999. Color #d2909a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010000 10011010
Octal 322 220 232
Decimal 210 144 154
Hex D2 90 9A

RGB Percentages of Color #d2909a

%41.34
%28.35
%30.31

CMYK Percentages of Color #d2909a

%0
%31
%27
%18

Triadic Colors of #d2909a

#d2909a #9ad290 #909ad2

Analogous Colors of #d2909a

#d2909a #d2a790 #d290bb

Monochromatic Colors of #d2909a

#d2909a

Complementary Color

#d2909a #90d2c8

#d2909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2909a Color CSS Codes

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

#d2909a Text Font Color

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

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


#d2909a Background Color

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

This div background color is #d2909a


#d2909a Border Color

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

This div border color is #d2909a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,144,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 #d2909a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2909a


Comments

No comments written yet.

Please login to write comment.