Color Hex Logo

#e181dd Color Hex

#E181DD
(225,129,221)
0 Favorites   0 Comments

Color spaces of #e181dd

RGB 225129221
HSL0.840.620.69
HSV303°43°88°
CMYK 0.000.430.02   0.12
XYZ51.952736.928572.7963
Yxy36.92850.32130.2284
Hunter Lab60.768846.2584-28.4866
CIE-Lab67.223450.0934-31.3940

#e181dd color RGB value is (225,129,221).

#e181dd hex color red value is 225, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e181dd hue: 0.84 , saturation: 0.62 and the lightness value of e181dd is 0.69.

The process color (four color CMYK) of #e181dd color hex is 0.00, 0.43, 0.02, 0.12. Web safe color of #e181dd is #cc99cc. Color #e181dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 11011101
Octal 341 201 335
Decimal 225 129 221
Hex E1 81 DD

RGB Percentages of Color #e181dd

%39.13
%22.43
%38.43

CMYK Percentages of Color #e181dd

%0
%43
%2
%12

Triadic Colors of #e181dd

#e181dd #dde181 #81dde1

Analogous Colors of #e181dd

#e181dd #e181ad #b581e1

Monochromatic Colors of #e181dd

#e181dd

Complementary Color

#e181dd #81e185

#e181dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e181dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e181dd Color CSS Codes

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

#e181dd Text Font Color

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

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


#e181dd Background Color

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

This div background color is #e181dd


#e181dd Border Color

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

This div border color is #e181dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e181dd


Comments

No comments written yet.

Please login to write comment.