Color Hex Logo

#e153bf Color Hex

#E153BF
(225,83,191)
0 Favorites   0 Comments

Color spaces of #e153bf

RGB 22583191
HSL0.870.700.60
HSV314°63°88°
CMYK 0.000.630.15   0.12
XYZ43.548625.955752.0049
Yxy25.95570.35840.2136
Hunter Lab50.946763.4227-24.8587
CIE-Lab57.995066.5185-28.7581

#e153bf color RGB value is (225,83,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10111111
Octal 341 123 277
Decimal 225 83 191
Hex E1 53 BF

RGB Percentages of Color #e153bf

%45.09
%16.63
%38.28

CMYK Percentages of Color #e153bf

%0
%63
%15
%12

Triadic Colors of #e153bf

#e153bf #bfe153 #53bfe1

Analogous Colors of #e153bf

#e153bf #e15378 #bc53e1

Monochromatic Colors of #e153bf

#e153bf

Complementary Color

#e153bf #53e175

#e153bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153bf Color CSS Codes

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

#e153bf Text Font Color

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

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


#e153bf Background Color

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

This div background color is #e153bf


#e153bf Border Color

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

This div border color is #e153bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,83,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 #e153bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153bf


Comments

No comments written yet.

Please login to write comment.