Color Hex Logo

#e182fe Color Hex

#E182FE
(225,130,254)
0 Favorites   0 Comments

Color spaces of #e182fe

RGB 225130254
HSL0.790.980.75
HSV286°49°100°
CMYK 0.110.490.00   0.00
XYZ56.923439.128698.3183
Yxy39.12860.29290.2013
Hunter Lab62.552952.9684-49.4029
CIE-Lab68.844355.7496-47.0269

#e182fe color RGB value is (225,130,254).

#e182fe hex color red value is 225, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e182fe hue: 0.79 , saturation: 0.98 and the lightness value of e182fe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11111110
Octal 341 202 376
Decimal 225 130 254
Hex E1 82 FE

RGB Percentages of Color #e182fe

%36.95
%21.35
%41.71

CMYK Percentages of Color #e182fe

%11
%49
%0
%0

Triadic Colors of #e182fe

#e182fe #fee182 #82fee1

Analogous Colors of #e182fe

#e182fe #fe82dd #a382fe

Monochromatic Colors of #e182fe

#e182fe

Complementary Color

#e182fe #9ffe82

#e182fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182fe Color CSS Codes

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

#e182fe Text Font Color

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

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


#e182fe Background Color

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

This div background color is #e182fe


#e182fe Border Color

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

This div border color is #e182fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182fe


Comments

No comments written yet.

Please login to write comment.