Color Hex Logo

#e185fa Color Hex

#E185FA
(225,133,250)
0 Favorites   0 Comments

Color spaces of #e185fa

RGB 225133250
HSL0.800.920.75
HSV287°47°98°
CMYK 0.100.470.00   0.02
XYZ56.694239.684795.1143
Yxy39.68470.29610.2072
Hunter Lab62.995850.4017-45.4220
CIE-Lab69.244453.4588-44.2140

#e185fa color RGB value is (225,133,250).

#e185fa hex color red value is 225, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e185fa hue: 0.80 , saturation: 0.92 and the lightness value of e185fa is 0.75.

The process color (four color CMYK) of #e185fa color hex is 0.10, 0.47, 0.00, 0.02. Web safe color of #e185fa is #cc99ff. Color #e185fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11111010
Octal 341 205 372
Decimal 225 133 250
Hex E1 85 FA

RGB Percentages of Color #e185fa

%37.01
%21.88
%41.12

CMYK Percentages of Color #e185fa

%10
%47
%0
%2

Triadic Colors of #e185fa

#e185fa #fae185 #85fae1

Analogous Colors of #e185fa

#e185fa #fa85d9 #a785fa

Monochromatic Colors of #e185fa

#e185fa

Complementary Color

#e185fa #9efa85

#e185fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185fa Color CSS Codes

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

#e185fa Text Font Color

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

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


#e185fa Background Color

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

This div background color is #e185fa


#e185fa Border Color

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

This div border color is #e185fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185fa


Comments

No comments written yet.

Please login to write comment.