Color Hex Logo

#d3809a Color Hex

#D3809A
(211,128,154)
0 Favorites   0 Comments

Color spaces of #d3809a

RGB 211128154
HSL0.950.490.66
HSV341°39°83°
CMYK 0.000.390.27   0.17
XYZ40.415931.620334.5450
Yxy31.62030.37920.2967
Hunter Lab56.231929.88852.9387
CIE-Lab63.027835.3514-0.1527

#d3809a color RGB value is (211,128,154).

#d3809a hex color red value is 211, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d3809a hue: 0.95 , saturation: 0.49 and the lightness value of d3809a is 0.66.

The process color (four color CMYK) of #d3809a color hex is 0.00, 0.39, 0.27, 0.17. Web safe color of #d3809a is #cc9999. Color #d3809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 10011010
Octal 323 200 232
Decimal 211 128 154
Hex D3 80 9A

RGB Percentages of Color #d3809a

%42.80
%25.96
%31.24

CMYK Percentages of Color #d3809a

%0
%39
%27
%17

Triadic Colors of #d3809a

#d3809a #9ad380 #809ad3

Analogous Colors of #d3809a

#d3809a #d39080 #d380c4

Monochromatic Colors of #d3809a

#d3809a

Complementary Color

#d3809a #80d3b9

#d3809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3809a Color CSS Codes

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

#d3809a Text Font Color

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

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


#d3809a Background Color

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

This div background color is #d3809a


#d3809a Border Color

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

This div border color is #d3809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3809a


Comments

No comments written yet.

Please login to write comment.