Color Hex Logo

#e382ff Color Hex

#E382FF
(227,130,255)
0 Favorites   0 Comments

Color spaces of #e382ff

RGB 227130255
HSL0.801.000.75
HSV287°49°100°
CMYK 0.110.490.00   0.00
XYZ57.711239.516299.1934
Yxy39.51620.29380.2012
Hunter Lab62.861953.8659-49.5537
CIE-Lab69.123556.4814-47.1173

#e382ff color RGB value is (227,130,255).

#e382ff hex color red value is 227, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e382ff hue: 0.80 , saturation: 1.00 and the lightness value of e382ff is 0.75.

The process color (four color CMYK) of #e382ff color hex is 0.11, 0.49, 0.00, 0.00. Web safe color of #e382ff is #cc99ff. Color #e382ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000010 11111111
Octal 343 202 377
Decimal 227 130 255
Hex E3 82 FF

RGB Percentages of Color #e382ff

%37.09
%21.24
%41.67

CMYK Percentages of Color #e382ff

%11
%49
%0
%0

Triadic Colors of #e382ff

#e382ff #ffe382 #82ffe3

Analogous Colors of #e382ff

#e382ff #ff82dd #a582ff

Monochromatic Colors of #e382ff

#e382ff

Complementary Color

#e382ff #9eff82

#e382ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e382ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e382ff Color CSS Codes

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

#e382ff Text Font Color

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

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


#e382ff Background Color

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

This div background color is #e382ff


#e382ff Border Color

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

This div border color is #e382ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e382ff

Related Colors


Comments

No comments written yet.

Please login to write comment.