Color Hex Logo

#d3809f Color Hex

#D3809F
(211,128,159)
0 Favorites   0 Comments

Color spaces of #d3809f

RGB 211128159
HSL0.940.490.66
HSV338°39°83°
CMYK 0.000.390.25   0.17
XYZ40.841131.790436.7845
Yxy31.79040.37330.2905
Hunter Lab56.383030.62660.7870
CIE-Lab63.169336.0556-2.7950

#d3809f color RGB value is (211,128,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 10011111
Octal 323 200 237
Decimal 211 128 159
Hex D3 80 9F

RGB Percentages of Color #d3809f

%42.37
%25.70
%31.93

CMYK Percentages of Color #d3809f

%0
%39
%25
%17

Triadic Colors of #d3809f

#d3809f #9fd380 #809fd3

Analogous Colors of #d3809f

#d3809f #d38b80 #d380c9

Monochromatic Colors of #d3809f

#d3809f

Complementary Color

#d3809f #80d3b4

#d3809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3809f Color CSS Codes

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

#d3809f Text Font Color

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

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


#d3809f Background Color

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

This div background color is #d3809f


#d3809f Border Color

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

This div border color is #d3809f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,128,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3809f


Comments

No comments written yet.

Please login to write comment.