Color Hex Logo

#e133ea Color Hex

#E133EA
(225,51,234)
0 Favorites   0 Comments

Color spaces of #e133ea

RGB 22551234
HSL0.830.810.56
HSV297°78°92°
CMYK 0.040.780.00   0.08
XYZ47.086424.315780.0536
Yxy24.31570.31090.1605
Hunter Lab49.311084.1532-61.7364
CIE-Lab56.402583.5501-55.6791

#e133ea color RGB value is (225,51,234).

#e133ea hex color red value is 225, green value is 51 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e133ea hue: 0.83 , saturation: 0.81 and the lightness value of e133ea is 0.56.

The process color (four color CMYK) of #e133ea color hex is 0.04, 0.78, 0.00, 0.08. Web safe color of #e133ea is #cc33ff. Color #e133ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 11101010
Octal 341 63 352
Decimal 225 51 234
Hex E1 33 EA

RGB Percentages of Color #e133ea

%44.12
%10.00
%45.88

CMYK Percentages of Color #e133ea

%4
%78
%0
%8

Triadic Colors of #e133ea

#e133ea #eae133 #33eae1

Analogous Colors of #e133ea

#e133ea #ea3398 #8633ea

Monochromatic Colors of #e133ea

#e133ea

Complementary Color

#e133ea #3cea33

#e133ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e133ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e133ea Color CSS Codes

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

#e133ea Text Font Color

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

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


#e133ea Background Color

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

This div background color is #e133ea


#e133ea Border Color

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

This div border color is #e133ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e133ea


Comments

No comments written yet.

Please login to write comment.