Color Hex Logo

#e150f0 Color Hex

#E150F0
(225,80,240)
0 Favorites   0 Comments

Color spaces of #e150f0

RGB 22580240
HSL0.820.840.63
HSV294°67°94°
CMYK 0.060.670.00   0.06
XYZ49.648228.036185.2328
Yxy28.03610.30470.1721
Hunter Lab52.949174.7111-58.3754
CIE-Lab59.921375.4313-53.4239

#e150f0 color RGB value is (225,80,240).

#e150f0 hex color red value is 225, green value is 80 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e150f0 hue: 0.82 , saturation: 0.84 and the lightness value of e150f0 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 11110000
Octal 341 120 360
Decimal 225 80 240
Hex E1 50 F0

RGB Percentages of Color #e150f0

%41.28
%14.68
%44.04

CMYK Percentages of Color #e150f0

%6
%67
%0
%6

Triadic Colors of #e150f0

#e150f0 #f0e150 #50f0e1

Analogous Colors of #e150f0

#e150f0 #f050af #9150f0

Monochromatic Colors of #e150f0

#e150f0

Complementary Color

#e150f0 #5ff050

#e150f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150f0 Color CSS Codes

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

#e150f0 Text Font Color

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

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


#e150f0 Background Color

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

This div background color is #e150f0


#e150f0 Border Color

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

This div border color is #e150f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150f0


Comments

No comments written yet.

Please login to write comment.