Color Hex Logo

#e183dd Color Hex

#E183DD
(225,131,221)
0 Favorites   0 Comments

Color spaces of #e183dd

RGB 225131221
HSL0.840.610.70
HSV303°42°88°
CMYK 0.000.420.02   0.12
XYZ52.218837.460672.8850
Yxy37.46060.32120.2304
Hunter Lab61.205145.1834-27.7609
CIE-Lab67.621249.0755-30.7791

#e183dd color RGB value is (225,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 11011101
Octal 341 203 335
Decimal 225 131 221
Hex E1 83 DD

RGB Percentages of Color #e183dd

%38.99
%22.70
%38.30

CMYK Percentages of Color #e183dd

%0
%42
%2
%12

Triadic Colors of #e183dd

#e183dd #dde183 #83dde1

Analogous Colors of #e183dd

#e183dd #e183ae #b683e1

Monochromatic Colors of #e183dd

#e183dd

Complementary Color

#e183dd #83e187

#e183dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e183dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e183dd Color CSS Codes

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

#e183dd Text Font Color

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

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


#e183dd Background Color

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

This div background color is #e183dd


#e183dd Border Color

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

This div border color is #e183dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e183dd

#e183dd Color Palettes


Comments

No comments written yet.

Please login to write comment.