color codes Logo

#e15bea color codes

#E15BEA
(225,91,234)
0 Favorites   0 Comments

Color spaces of #e15bea

RGB 22591234
HSL0.820.770.64
HSV296°61°92°
CMYK 0.040.610.00   0.08
XYZ49.643729.430280.9060
Yxy29.43020.31030.1840
Hunter Lab54.249668.4082-50.4483
CIE-Lab61.159470.0825-48.1159

#e15bea color RGB value is (225,91,234).

#e15bea hex color red value is 225, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e15bea hue: 0.82 , saturation: 0.77 and the lightness value of e15bea is 0.64.

The process color (four color CMYK) of #e15bea color code is 0.04, 0.61, 0.00, 0.08. Web safe color of #e15bea is #cc66ff. Color #e15bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 11101010
Octal 341 133 352
Decimal 225 91 234
Hex E1 5B EA

RGB Percentages of Color #e15bea

%40.91
%16.55
%42.55

CMYK Percentages of Color #e15bea

%4
%61
%0
%8

Triadic Colors of #e15bea

#e15bea #eae15b #5beae1

Analogous Colors of #e15bea

#e15bea #ea5bac #9a5bea

Monochromatic Colors of #e15bea

#e15bea

Complementary Color

#e15bea #64ea5b

#e15bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15bea Color CSS Codes

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

#e15bea Text Font Color

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

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


#e15bea Background Color

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

This div background color is #e15bea


#e15bea Border Color

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

This div border color is #e15bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15bea


Comments

No comments written yet.

Please login to write comment.