Color Hex Logo

#d181df Color Hex

#D181DF
(209,129,223)
0 Favorites   0 Comments

Color spaces of #d181df

RGB 209129223
HSL0.810.590.69
HSV291°42°87°
CMYK 0.060.420.00   0.13
XYZ47.464034.583573.9857
Yxy34.58350.30420.2216
Hunter Lab58.807741.1546-33.4270
CIE-Lab65.423145.7229-35.4452

#d181df color RGB value is (209,129,223).

#d181df hex color red value is 209, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d181df hue: 0.81 , saturation: 0.59 and the lightness value of d181df is 0.69.

The process color (four color CMYK) of #d181df color hex is 0.06, 0.42, 0.00, 0.13. Web safe color of #d181df is #cc99cc. Color #d181df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 11011111
Octal 321 201 337
Decimal 209 129 223
Hex D1 81 DF

RGB Percentages of Color #d181df

%37.25
%22.99
%39.75

CMYK Percentages of Color #d181df

%6
%42
%0
%13

Triadic Colors of #d181df

#d181df #dfd181 #81dfd1

Analogous Colors of #d181df

#d181df #df81be #a281df

Monochromatic Colors of #d181df

#d181df

Complementary Color

#d181df #8fdf81

#d181df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d181df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d181df Color CSS Codes

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

#d181df Text Font Color

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

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


#d181df Background Color

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

This div background color is #d181df


#d181df Border Color

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

This div border color is #d181df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d181df


Comments

No comments written yet.

Please login to write comment.