Color Hex Logo

#e150ef Color Hex

#E150EF
(225,80,239)
0 Favorites   0 Comments

Color spaces of #e150ef

RGB 22580239
HSL0.820.830.63
HSV295°67°94°
CMYK 0.060.670.00   0.06
XYZ49.500027.976984.4525
Yxy27.97690.30570.1728
Hunter Lab52.893274.4858-57.6408
CIE-Lab59.867975.2607-52.9519

#e150ef color RGB value is (225,80,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 11101111
Octal 341 120 357
Decimal 225 80 239
Hex E1 50 EF

RGB Percentages of Color #e150ef

%41.36
%14.71
%43.93

CMYK Percentages of Color #e150ef

%6
%67
%0
%6

Triadic Colors of #e150ef

#e150ef #efe150 #50efe1

Analogous Colors of #e150ef

#e150ef #ef50ae #9250ef

Monochromatic Colors of #e150ef

#e150ef

Complementary Color

#e150ef #5eef50

#e150ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150ef Color CSS Codes

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

#e150ef Text Font Color

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

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


#e150ef Background Color

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

This div background color is #e150ef


#e150ef Border Color

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

This div border color is #e150ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150ef


Comments

No comments written yet.

Please login to write comment.