Color Hex Logo

#d1819e Color Hex

#D1819E
(209,129,158)
0 Favorites   0 Comments

Color spaces of #d1819e

RGB 209129158
HSL0.940.470.66
HSV338°38°82°
CMYK 0.000.380.24   0.18
XYZ40.316331.724436.3463
Yxy31.72440.37200.2927
Hunter Lab56.324429.20031.1671
CIE-Lab63.114434.6689-2.3342

#d1819e color RGB value is (209,129,158).

#d1819e hex color red value is 209, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d1819e hue: 0.94 , saturation: 0.47 and the lightness value of d1819e is 0.66.

The process color (four color CMYK) of #d1819e color hex is 0.00, 0.38, 0.24, 0.18. Web safe color of #d1819e is #cc9999. Color #d1819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 10011110
Octal 321 201 236
Decimal 209 129 158
Hex D1 81 9E

RGB Percentages of Color #d1819e

%42.14
%26.01
%31.85

CMYK Percentages of Color #d1819e

%0
%38
%24
%18

Triadic Colors of #d1819e

#d1819e #9ed181 #819ed1

Analogous Colors of #d1819e

#d1819e #d18c81 #d181c6

Monochromatic Colors of #d1819e

#d1819e

Complementary Color

#d1819e #81d1b4

#d1819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1819e Color CSS Codes

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

#d1819e Text Font Color

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

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


#d1819e Background Color

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

This div background color is #d1819e


#d1819e Border Color

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

This div border color is #d1819e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,129,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1819e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1819e;
  -webkit-box-shadow: 1px 1px 3px 2px #d1819e;
  box-shadow:         1px 1px 3px 2px #d1819e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,129,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1819e


Comments

No comments written yet.

Please login to write comment.