Color Hex Logo

#e152f9 Color Hex

#E152F9
(225,82,249)
0 Favorites   0 Comments

Color spaces of #e152f9

RGB 22582249
HSL0.810.930.65
HSV291°67°98°
CMYK 0.100.670.00   0.02
XYZ51.167528.881792.5004
Yxy28.88170.29650.1674
Hunter Lab53.741775.9020-64.4310
CIE-Lab60.677176.2401-57.2176

#e152f9 color RGB value is (225,82,249).

#e152f9 hex color red value is 225, green value is 82 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #e152f9 hue: 0.81 , saturation: 0.93 and the lightness value of e152f9 is 0.65.

The process color (four color CMYK) of #e152f9 color hex is 0.10, 0.67, 0.00, 0.02. Web safe color of #e152f9 is #cc66ff. Color #e152f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 11111001
Octal 341 122 371
Decimal 225 82 249
Hex E1 52 F9

RGB Percentages of Color #e152f9

%40.47
%14.75
%44.78

CMYK Percentages of Color #e152f9

%10
%67
%0
%2

Triadic Colors of #e152f9

#e152f9 #f9e152 #52f9e1

Analogous Colors of #e152f9

#e152f9 #f952be #8e52f9

Monochromatic Colors of #e152f9

#e152f9

Complementary Color

#e152f9 #6af952

#e152f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152f9 Color CSS Codes

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

#e152f9 Text Font Color

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

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


#e152f9 Background Color

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

This div background color is #e152f9


#e152f9 Border Color

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

This div border color is #e152f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152f9

Related Colors


Comments

No comments written yet.

Please login to write comment.