Color Hex Logo

#e182dd Color Hex

#E182DD
(225,130,221)
0 Favorites   0 Comments

Color spaces of #e182dd

RGB 225130221
HSL0.840.610.70
HSV303°42°88°
CMYK 0.000.420.02   0.12
XYZ52.085137.193372.8404
Yxy37.19330.32130.2294
Hunter Lab60.986345.7211-28.1240
CIE-Lab67.421849.5850-31.0871

#e182dd color RGB value is (225,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11011101
Octal 341 202 335
Decimal 225 130 221
Hex E1 82 DD

RGB Percentages of Color #e182dd

%39.06
%22.57
%38.37

CMYK Percentages of Color #e182dd

%0
%42
%2
%12

Triadic Colors of #e182dd

#e182dd #dde182 #82dde1

Analogous Colors of #e182dd

#e182dd #e182ae #b682e1

Monochromatic Colors of #e182dd

#e182dd

Complementary Color

#e182dd #82e186

#e182dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182dd Color CSS Codes

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

#e182dd Text Font Color

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

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


#e182dd Background Color

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

This div background color is #e182dd


#e182dd Border Color

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

This div border color is #e182dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182dd


Comments

No comments written yet.

Please login to write comment.