Color Hex Logo

#e154bb Color Hex

#E154BB
(225,84,187)
0 Favorites   0 Comments

Color spaces of #e154bb

RGB 22584187
HSL0.880.700.61
HSV316°63°88°
CMYK 0.000.630.17   0.12
XYZ43.191325.936149.7434
Yxy25.93610.36330.2182
Hunter Lab50.927562.2616-22.2622
CIE-Lab57.976365.5417-26.4904

#e154bb color RGB value is (225,84,187).

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

The process color (four color CMYK) of #e154bb color hex is 0.00, 0.63, 0.17, 0.12. Web safe color of #e154bb is #cc66cc. Color #e154bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 10111011
Octal 341 124 273
Decimal 225 84 187
Hex E1 54 BB

RGB Percentages of Color #e154bb

%45.36
%16.94
%37.70

CMYK Percentages of Color #e154bb

%0
%63
%17
%12

Triadic Colors of #e154bb

#e154bb #bbe154 #54bbe1

Analogous Colors of #e154bb

#e154bb #e15475 #c154e1

Monochromatic Colors of #e154bb

#e154bb

Complementary Color

#e154bb #54e17a

#e154bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154bb Color CSS Codes

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

#e154bb Text Font Color

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

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


#e154bb Background Color

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

This div background color is #e154bb


#e154bb Border Color

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

This div border color is #e154bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154bb


Comments

No comments written yet.

Please login to write comment.