Color Hex Logo

#e152bf Color Hex

#E152BF
(225,82,191)
0 Favorites   0 Comments

Color spaces of #e152bf

RGB 22582191
HSL0.870.700.60
HSV314°64°88°
CMYK 0.000.640.15   0.12
XYZ43.472625.803751.9796
Yxy25.80370.35850.2128
Hunter Lab50.797363.8658-25.1118
CIE-Lab57.850366.9179-28.9823

#e152bf color RGB value is (225,82,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 10111111
Octal 341 122 277
Decimal 225 82 191
Hex E1 52 BF

RGB Percentages of Color #e152bf

%45.18
%16.47
%38.35

CMYK Percentages of Color #e152bf

%0
%64
%15
%12

Triadic Colors of #e152bf

#e152bf #bfe152 #52bfe1

Analogous Colors of #e152bf

#e152bf #e15278 #bc52e1

Monochromatic Colors of #e152bf

#e152bf

Complementary Color

#e152bf #52e174

#e152bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152bf Color CSS Codes

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

#e152bf Text Font Color

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

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


#e152bf Background Color

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

This div background color is #e152bf


#e152bf Border Color

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

This div border color is #e152bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152bf


Comments

No comments written yet.

Please login to write comment.