Color Hex Logo

#e547ff Color Hex

#E547FF
(229,71,255)
0 Favorites   0 Comments

Color spaces of #e547ff

RGB 22971255
HSL0.811.000.64
HSV292°72°100°
CMYK 0.100.720.00   0.00
XYZ52.616328.384597.3133
Yxy28.38450.29510.1592
Hunter Lab53.277183.0511-71.0022
CIE-Lab60.234581.9509-61.2104

#e547ff color RGB value is (229,71,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000111 11111111
Octal 345 107 377
Decimal 229 71 255
Hex E5 47 FF

RGB Percentages of Color #e547ff

%41.26
%12.79
%45.95

CMYK Percentages of Color #e547ff

%10
%72
%0
%0

Triadic Colors of #e547ff

#e547ff #ffe547 #47ffe5

Analogous Colors of #e547ff

#e547ff #ff47bd #8947ff

Monochromatic Colors of #e547ff

#e547ff

Complementary Color

#e547ff #61ff47

#e547ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e547ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e547ff Color CSS Codes

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

#e547ff Text Font Color

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

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


#e547ff Background Color

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

This div background color is #e547ff


#e547ff Border Color

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

This div border color is #e547ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,71,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 #e547ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e547ff


Comments

No comments written yet.

Please login to write comment.