Color Hex Logo

#e133f0 Color Hex

#E133F0
(225,51,240)
0 Favorites   0 Comments

Color spaces of #e133f0

RGB 22551240
HSL0.820.860.57
HSV295°79°94°
CMYK 0.060.790.00   0.06
XYZ47.963324.666584.6712
Yxy24.66650.30490.1568
Hunter Lab49.665485.4682-66.3138
CIE-Lab56.749084.4973-58.4876

#e133f0 color RGB value is (225,51,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 11110000
Octal 341 63 360
Decimal 225 51 240
Hex E1 33 F0

RGB Percentages of Color #e133f0

%43.60
%9.88
%46.51

CMYK Percentages of Color #e133f0

%6
%79
%0
%6

Triadic Colors of #e133f0

#e133f0 #f0e133 #33f0e1

Analogous Colors of #e133f0

#e133f0 #f033a1 #8333f0

Monochromatic Colors of #e133f0

#e133f0

Complementary Color

#e133f0 #42f033

#e133f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e133f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e133f0 Color CSS Codes

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

#e133f0 Text Font Color

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

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


#e133f0 Background Color

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

This div background color is #e133f0


#e133f0 Border Color

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

This div border color is #e133f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e133f0


Comments

No comments written yet.

Please login to write comment.