Color Hex Logo

#e534ee Color Hex

#E534EE
(229,52,238)
0 Favorites   0 Comments

Color spaces of #e534ee

RGB 22952238
HSL0.830.850.57
HSV297°78°93°
CMYK 0.040.780.00   0.07
XYZ48.973725.287083.1886
Yxy25.28700.31100.1606
Hunter Lab50.286285.8403-62.8833
CIE-Lab57.354084.6656-56.3648

#e534ee color RGB value is (229,52,238).

#e534ee hex color red value is 229, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e534ee hue: 0.83 , saturation: 0.85 and the lightness value of e534ee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 11101110
Octal 345 64 356
Decimal 229 52 238
Hex E5 34 EE

RGB Percentages of Color #e534ee

%44.12
%10.02
%45.86

CMYK Percentages of Color #e534ee

%4
%78
%0
%7

Triadic Colors of #e534ee

#e534ee #eee534 #34eee5

Analogous Colors of #e534ee

#e534ee #ee349a #8834ee

Monochromatic Colors of #e534ee

#e534ee

Complementary Color

#e534ee #3dee34

#e534ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e534ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e534ee Color CSS Codes

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

#e534ee Text Font Color

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

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


#e534ee Background Color

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

This div background color is #e534ee


#e534ee Border Color

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

This div border color is #e534ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,52,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e534ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e534ee;
  -webkit-box-shadow: 1px 1px 3px 2px #e534ee;
  box-shadow:         1px 1px 3px 2px #e534ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,52,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e534ee


Comments

No comments written yet.

Please login to write comment.