Color Hex Logo

#e534ff Color Hex

#E534FF
(229,52,255)
0 Favorites   0 Comments

Color spaces of #e534ff

RGB 22952255
HSL0.811.000.60
HSV292°80°100°
CMYK 0.100.800.00   0.00
XYZ51.591126.334096.9716
Yxy26.33400.29500.1506
Hunter Lab51.316789.6504-76.1169
CIE-Lab58.352787.3782-64.2292

#e534ff color RGB value is (229,52,255).

#e534ff hex color red value is 229, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e534ff hue: 0.81 , saturation: 1.00 and the lightness value of e534ff is 0.60.

The process color (four color CMYK) of #e534ff color hex is 0.10, 0.80, 0.00, 0.00. Web safe color of #e534ff is #cc33ff. Color #e534ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 11111111
Octal 345 64 377
Decimal 229 52 255
Hex E5 34 FF

RGB Percentages of Color #e534ff

%42.72
%9.70
%47.57

CMYK Percentages of Color #e534ff

%10
%80
%0
%0

Triadic Colors of #e534ff

#e534ff #ffe534 #34ffe5

Analogous Colors of #e534ff

#e534ff #ff34b4 #8034ff

Monochromatic Colors of #e534ff

#e534ff

Complementary Color

#e534ff #4eff34

#e534ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e534ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e534ff Color CSS Codes

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

#e534ff Text Font Color

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

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


#e534ff Background Color

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

This div background color is #e534ff


#e534ff Border Color

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

This div border color is #e534ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e534ff

Related Colors


Comments

No comments written yet.

Please login to write comment.