Color Hex Logo

#e155ab Color Hex

#E155AB
(225,85,171)
0 Favorites   0 Comments

Color spaces of #e155ab

RGB 22585171
HSL0.900.700.61
HSV323°62°88°
CMYK 0.000.620.24   0.12
XYZ41.650525.444841.2442
Yxy25.44480.38440.2349
Hunter Lab50.442859.1119-13.1680
CIE-Lab57.506362.9414-17.9748

#e155ab color RGB value is (225,85,171).

#e155ab hex color red value is 225, green value is 85 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e155ab hue: 0.90 , saturation: 0.70 and the lightness value of e155ab is 0.61.

The process color (four color CMYK) of #e155ab color hex is 0.00, 0.62, 0.24, 0.12. Web safe color of #e155ab is #cc6699. Color #e155ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10101011
Octal 341 125 253
Decimal 225 85 171
Hex E1 55 AB

RGB Percentages of Color #e155ab

%46.78
%17.67
%35.55

CMYK Percentages of Color #e155ab

%0
%62
%24
%12

Triadic Colors of #e155ab

#e155ab #abe155 #55abe1

Analogous Colors of #e155ab

#e155ab #e15565 #d155e1

Monochromatic Colors of #e155ab

#e155ab

Complementary Color

#e155ab #55e18b

#e155ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155ab Color CSS Codes

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

#e155ab Text Font Color

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

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


#e155ab Background Color

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

This div background color is #e155ab


#e155ab Border Color

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

This div border color is #e155ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155ab


Comments

No comments written yet.

Please login to write comment.