Color Hex Logo

#e121ef Color Hex

#E121EF
(225,33,239)
0 Favorites   0 Comments

Color spaces of #e121ef

RGB 22533239
HSL0.820.870.53
HSV296°86°94°
CMYK 0.060.860.00   0.06
XYZ47.175223.327383.6776
Yxy23.32730.30600.1513
Hunter Lab48.298389.8270-68.9120
CIE-Lab55.407988.0858-60.0777

#e121ef color RGB value is (225,33,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 11101111
Octal 341 41 357
Decimal 225 33 239
Hex E1 21 EF

RGB Percentages of Color #e121ef

%45.27
%6.64
%48.09

CMYK Percentages of Color #e121ef

%6
%86
%0
%6

Triadic Colors of #e121ef

#e121ef #efe121 #21efe1

Analogous Colors of #e121ef

#e121ef #ef2196 #7a21ef

Monochromatic Colors of #e121ef

#e121ef

Complementary Color

#e121ef #2fef21

#e121ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121ef Color CSS Codes

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

#e121ef Text Font Color

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

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


#e121ef Background Color

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

This div background color is #e121ef


#e121ef Border Color

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

This div border color is #e121ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121ef


Comments

No comments written yet.

Please login to write comment.