Color Hex Logo

#e15bda Color Hex

#E15BDA
(225,91,218)
0 Favorites   0 Comments

Color spaces of #e15bda

RGB 22591218
HSL0.840.690.62
HSV303°60°88°
CMYK 0.000.600.03   0.12
XYZ47.447328.551769.3399
Yxy28.55170.32650.1964
Hunter Lab53.433864.9925-39.5357
CIE-Lab60.383967.3970-40.3733

#e15bda color RGB value is (225,91,218).

#e15bda hex color red value is 225, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e15bda hue: 0.84 , saturation: 0.69 and the lightness value of e15bda is 0.62.

The process color (four color CMYK) of #e15bda color hex is 0.00, 0.60, 0.03, 0.12. Web safe color of #e15bda is #cc66cc. Color #e15bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 11011010
Octal 341 133 332
Decimal 225 91 218
Hex E1 5B DA

RGB Percentages of Color #e15bda

%42.13
%17.04
%40.82

CMYK Percentages of Color #e15bda

%0
%60
%3
%12

Triadic Colors of #e15bda

#e15bda #dae15b #5bdae1

Analogous Colors of #e15bda

#e15bda #e15b97 #a55be1

Monochromatic Colors of #e15bda

#e15bda

Complementary Color

#e15bda #5be162

#e15bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15bda Color CSS Codes

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

#e15bda Text Font Color

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

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


#e15bda Background Color

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

This div background color is #e15bda


#e15bda Border Color

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

This div border color is #e15bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15bda


Comments

No comments written yet.

Please login to write comment.