Color Hex Logo

#e185fe Color Hex

#E185FE
(225,133,254)
0 Favorites   0 Comments

Color spaces of #e185fe

RGB 225133254
HSL0.790.980.76
HSV286°48°100°
CMYK 0.110.480.00   0.00
XYZ57.328339.938498.4533
Yxy39.93840.29290.2041
Hunter Lab63.196851.3298-48.1291
CIE-Lab69.425654.2408-46.1131

#e185fe color RGB value is (225,133,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11111110
Octal 341 205 376
Decimal 225 133 254
Hex E1 85 FE

RGB Percentages of Color #e185fe

%36.76
%21.73
%41.50

CMYK Percentages of Color #e185fe

%11
%48
%0
%0

Triadic Colors of #e185fe

#e185fe #fee185 #85fee1

Analogous Colors of #e185fe

#e185fe #fe85df #a585fe

Monochromatic Colors of #e185fe

#e185fe

Complementary Color

#e185fe #a2fe85

#e185fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185fe Color CSS Codes

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

#e185fe Text Font Color

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

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


#e185fe Background Color

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

This div background color is #e185fe


#e185fe Border Color

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

This div border color is #e185fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185fe


Comments

No comments written yet.

Please login to write comment.