Color Hex Logo

#e133ef Color Hex

#E133EF
(225,51,239)
0 Favorites   0 Comments

Color spaces of #e133ef

RGB 22551239
HSL0.820.850.57
HSV296°79°94°
CMYK 0.060.790.00   0.06
XYZ47.815224.607283.8909
Yxy24.60720.30590.1574
Hunter Lab49.605685.2474-65.5447
CIE-Lab56.690784.3387-58.0215

#e133ef color RGB value is (225,51,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 11101111
Octal 341 63 357
Decimal 225 51 239
Hex E1 33 EF

RGB Percentages of Color #e133ef

%43.69
%9.90
%46.41

CMYK Percentages of Color #e133ef

%6
%79
%0
%6

Triadic Colors of #e133ef

#e133ef #efe133 #33efe1

Analogous Colors of #e133ef

#e133ef #ef339f #8333ef

Monochromatic Colors of #e133ef

#e133ef

Complementary Color

#e133ef #41ef33

#e133ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e133ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e133ef Color CSS Codes

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

#e133ef Text Font Color

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

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


#e133ef Background Color

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

This div background color is #e133ef


#e133ef Border Color

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

This div border color is #e133ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e133ef


Comments

No comments written yet.

Please login to write comment.