Color Hex Logo

#e182de Color Hex

#E182DE
(225,130,222)
0 Favorites   0 Comments

Color spaces of #e182de

RGB 225130222
HSL0.840.610.70
HSV302°42°88°
CMYK 0.000.420.01   0.12
XYZ52.218837.246773.5443
Yxy37.24670.32030.2285
Hunter Lab61.030145.9263-28.7264
CIE-Lab67.461749.7628-31.5800

#e182de color RGB value is (225,130,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11011110
Octal 341 202 336
Decimal 225 130 222
Hex E1 82 DE

RGB Percentages of Color #e182de

%38.99
%22.53
%38.47

CMYK Percentages of Color #e182de

%0
%42
%1
%12

Triadic Colors of #e182de

#e182de #dee182 #82dee1

Analogous Colors of #e182de

#e182de #e182af #b582e1

Monochromatic Colors of #e182de

#e182de

Complementary Color

#e182de #82e185

#e182de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182de Color CSS Codes

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

#e182de Text Font Color

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

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


#e182de Background Color

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

This div background color is #e182de


#e182de Border Color

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

This div border color is #e182de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182de


Comments

No comments written yet.

Please login to write comment.