Color Hex Logo

#e534fc Color Hex

#E534FC
(229,52,252)
0 Favorites   0 Comments

Color spaces of #e534fc

RGB 22952252
HSL0.810.970.60
HSV293°79°99°
CMYK 0.090.790.00   0.01
XYZ51.111826.142394.4475
Yxy26.14230.29770.1523
Hunter Lab51.129588.9614-73.7310
CIE-Lab58.171986.8907-62.8567

#e534fc color RGB value is (229,52,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 11111100
Octal 345 64 374
Decimal 229 52 252
Hex E5 34 FC

RGB Percentages of Color #e534fc

%42.96
%9.76
%47.28

CMYK Percentages of Color #e534fc

%9
%79
%0
%1

Triadic Colors of #e534fc

#e534fc #fce534 #34fce5

Analogous Colors of #e534fc

#e534fc #fc34af #8134fc

Monochromatic Colors of #e534fc

#e534fc

Complementary Color

#e534fc #4bfc34

#e534fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e534fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e534fc Color CSS Codes

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

#e534fc Text Font Color

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

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


#e534fc Background Color

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

This div background color is #e534fc


#e534fc Border Color

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

This div border color is #e534fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e534fc

Related Colors


Comments

No comments written yet.

Please login to write comment.