Color Hex Logo

#e133de Color Hex

#E133DE
(225,51,222)
0 Favorites   0 Comments

Color spaces of #e133de

RGB 22551222
HSL0.840.740.54
HSV301°77°88°
CMYK 0.000.770.01   0.12
XYZ45.420023.649171.2781
Yxy23.64910.32360.1685
Hunter Lab48.630381.6132-52.8609
CIE-Lab55.734781.7051-49.9776

#e133de color RGB value is (225,51,222).

#e133de hex color red value is 225, green value is 51 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e133de hue: 0.84 , saturation: 0.74 and the lightness value of e133de is 0.54.

The process color (four color CMYK) of #e133de color hex is 0.00, 0.77, 0.01, 0.12. Web safe color of #e133de is #cc33cc. Color #e133de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 11011110
Octal 341 63 336
Decimal 225 51 222
Hex E1 33 DE

RGB Percentages of Color #e133de

%45.18
%10.24
%44.58

CMYK Percentages of Color #e133de

%0
%77
%1
%12

Triadic Colors of #e133de

#e133de #dee133 #33dee1

Analogous Colors of #e133de

#e133de #e13387 #8d33e1

Monochromatic Colors of #e133de

#e133de

Complementary Color

#e133de #33e136

#e133de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e133de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e133de Color CSS Codes

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

#e133de Text Font Color

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

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


#e133de Background Color

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

This div background color is #e133de


#e133de Border Color

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

This div border color is #e133de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e133de


Comments

No comments written yet.

Please login to write comment.