Color Hex Logo

#e15fbe Color Hex

#E15FBE
(225,95,190)
0 Favorites   0 Comments

Color spaces of #e15fbe

RGB 22595190
HSL0.880.680.63
HSV316°58°88°
CMYK 0.000.580.16   0.12
XYZ44.437827.909751.7602
Yxy27.90970.35810.2249
Hunter Lab52.829657.6939-21.1090
CIE-Lab59.807161.3136-25.3882

#e15fbe color RGB value is (225,95,190).

#e15fbe hex color red value is 225, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e15fbe hue: 0.88 , saturation: 0.68 and the lightness value of e15fbe is 0.63.

The process color (four color CMYK) of #e15fbe color hex is 0.00, 0.58, 0.16, 0.12. Web safe color of #e15fbe is #cc66cc. Color #e15fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 10111110
Octal 341 137 276
Decimal 225 95 190
Hex E1 5F BE

RGB Percentages of Color #e15fbe

%44.12
%18.63
%37.25

CMYK Percentages of Color #e15fbe

%0
%58
%16
%12

Triadic Colors of #e15fbe

#e15fbe #bee15f #5fbee1

Analogous Colors of #e15fbe

#e15fbe #e15f7d #c35fe1

Monochromatic Colors of #e15fbe

#e15fbe

Complementary Color

#e15fbe #5fe182

#e15fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fbe Color CSS Codes

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

#e15fbe Text Font Color

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

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


#e15fbe Background Color

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

This div background color is #e15fbe


#e15fbe Border Color

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

This div border color is #e15fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fbe


Comments

No comments written yet.

Please login to write comment.