Color Hex Logo

#e347fa Color Hex

#E347FA
(227,71,250)
0 Favorites   0 Comments

Color spaces of #e347fa

RGB 22771250
HSL0.810.950.63
HSV292°72°98°
CMYK 0.090.720.00   0.02
XYZ51.187127.739593.0989
Yxy27.73950.29760.1613
Hunter Lab52.668381.3105-67.9359
CIE-Lab59.652780.7076-59.3915

#e347fa color RGB value is (227,71,250).

#e347fa hex color red value is 227, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e347fa hue: 0.81 , saturation: 0.95 and the lightness value of e347fa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000111 11111010
Octal 343 107 372
Decimal 227 71 250
Hex E3 47 FA

RGB Percentages of Color #e347fa

%41.42
%12.96
%45.62

CMYK Percentages of Color #e347fa

%9
%72
%0
%2

Triadic Colors of #e347fa

#e347fa #fae347 #47fae3

Analogous Colors of #e347fa

#e347fa #fa47b8 #8a47fa

Monochromatic Colors of #e347fa

#e347fa

Complementary Color

#e347fa #5efa47

#e347fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e347fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e347fa Color CSS Codes

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

#e347fa Text Font Color

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

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


#e347fa Background Color

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

This div background color is #e347fa


#e347fa Border Color

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

This div border color is #e347fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,71,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e347fa


Comments

No comments written yet.

Please login to write comment.