Color Hex Logo

#e382dd Color Hex

#E382DD
(227,130,221)
0 Favorites   0 Comments

Color spaces of #e382dd

RGB 227130221
HSL0.840.630.70
HSV304°43°89°
CMYK 0.000.430.03   0.11
XYZ52.712337.516672.8698
Yxy37.51660.32320.2300
Hunter Lab61.250846.4278-27.6615
CIE-Lab67.662850.1820-30.6951

#e382dd color RGB value is (227,130,221).

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

The process color (four color CMYK) of #e382dd color hex is 0.00, 0.43, 0.03, 0.11. Web safe color of #e382dd is #cc99cc. Color #e382dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000010 11011101
Octal 343 202 335
Decimal 227 130 221
Hex E3 82 DD

RGB Percentages of Color #e382dd

%39.27
%22.49
%38.24

CMYK Percentages of Color #e382dd

%0
%43
%3
%11

Triadic Colors of #e382dd

#e382dd #dde382 #82dde3

Analogous Colors of #e382dd

#e382dd #e382ad #b982e3

Monochromatic Colors of #e382dd

#e382dd

Complementary Color

#e382dd #82e388

#e382dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e382dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e382dd Color CSS Codes

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

#e382dd Text Font Color

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

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


#e382dd Background Color

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

This div background color is #e382dd


#e382dd Border Color

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

This div border color is #e382dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e382dd


Comments

No comments written yet.

Please login to write comment.