Color Hex Logo

#e141ef Color Hex

#E141EF
(225,65,239)
0 Favorites   0 Comments

Color spaces of #e141ef

RGB 22565239
HSL0.820.840.60
HSV295°73°94°
CMYK 0.060.730.00   0.06
XYZ48.521626.020184.1264
Yxy26.02010.30580.1640
Hunter Lab51.009980.5253-62.0751
CIE-Lab58.056180.4019-55.8387

#e141ef color RGB value is (225,65,239).

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

The process color (four color CMYK) of #e141ef color hex is 0.06, 0.73, 0.00, 0.06. Web safe color of #e141ef is #cc33ff. Color #e141ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 11101111
Octal 341 101 357
Decimal 225 65 239
Hex E1 41 EF

RGB Percentages of Color #e141ef

%42.53
%12.29
%45.18

CMYK Percentages of Color #e141ef

%6
%73
%0
%6

Triadic Colors of #e141ef

#e141ef #efe141 #41efe1

Analogous Colors of #e141ef

#e141ef #ef41a6 #8a41ef

Monochromatic Colors of #e141ef

#e141ef

Complementary Color

#e141ef #4fef41

#e141ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141ef Color CSS Codes

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

#e141ef Text Font Color

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

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


#e141ef Background Color

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

This div background color is #e141ef


#e141ef Border Color

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

This div border color is #e141ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141ef


Comments

No comments written yet.

Please login to write comment.