Color Hex Logo

#e15afb Color Hex

#E15AFB
(225,90,251)
0 Favorites   0 Comments

Color spaces of #e15afb

RGB 22590251
HSL0.810.950.67
HSV290°64°98°
CMYK 0.100.640.00   0.02
XYZ52.120130.284994.3653
Yxy30.28490.29480.1713
Hunter Lab55.031772.7504-63.1450
CIE-Lab61.899373.4807-56.3748

#e15afb color RGB value is (225,90,251).

#e15afb hex color red value is 225, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e15afb hue: 0.81 , saturation: 0.95 and the lightness value of e15afb is 0.67.

The process color (four color CMYK) of #e15afb color hex is 0.10, 0.64, 0.00, 0.02. Web safe color of #e15afb is #cc66ff. Color #e15afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 11111011
Octal 341 132 373
Decimal 225 90 251
Hex E1 5A FB

RGB Percentages of Color #e15afb

%39.75
%15.90
%44.35

CMYK Percentages of Color #e15afb

%10
%64
%0
%2

Triadic Colors of #e15afb

#e15afb #fbe15a #5afbe1

Analogous Colors of #e15afb

#e15afb #fb5ac5 #915afb

Monochromatic Colors of #e15afb

#e15afb

Complementary Color

#e15afb #74fb5a

#e15afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15afb Color CSS Codes

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

#e15afb Text Font Color

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

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


#e15afb Background Color

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

This div background color is #e15afb


#e15afb Border Color

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

This div border color is #e15afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15afb

Related Colors


Comments

No comments written yet.

Please login to write comment.