Color Hex Logo

#e155bf Color Hex

#E155BF
(225,85,191)
0 Favorites   0 Comments

Color spaces of #e155bf

RGB 22585191
HSL0.870.700.61
HSV315°62°88°
CMYK 0.000.620.15   0.12
XYZ43.703826.266152.0566
Yxy26.26610.35820.2152
Hunter Lab51.250562.5275-24.3473
CIE-Lab58.288865.7095-28.3034

#e155bf color RGB value is (225,85,191).

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

The process color (four color CMYK) of #e155bf color hex is 0.00, 0.62, 0.15, 0.12. Web safe color of #e155bf is #cc66cc. Color #e155bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10111111
Octal 341 125 277
Decimal 225 85 191
Hex E1 55 BF

RGB Percentages of Color #e155bf

%44.91
%16.97
%38.12

CMYK Percentages of Color #e155bf

%0
%62
%15
%12

Triadic Colors of #e155bf

#e155bf #bfe155 #55bfe1

Analogous Colors of #e155bf

#e155bf #e15579 #bd55e1

Monochromatic Colors of #e155bf

#e155bf

Complementary Color

#e155bf #55e177

#e155bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155bf Color CSS Codes

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

#e155bf Text Font Color

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

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


#e155bf Background Color

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

This div background color is #e155bf


#e155bf Border Color

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

This div border color is #e155bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155bf


Comments

No comments written yet.

Please login to write comment.