Color Hex Logo

#e372fa Color Hex

#E372FA
(227,114,250)
0 Favorites   0 Comments

Color spaces of #e372fa

RGB 227114250
HSL0.810.930.71
HSV290°54°98°
CMYK 0.090.540.00   0.02
XYZ54.951235.267694.3536
Yxy35.26760.29770.1911
Hunter Lab59.386561.2422-52.6297
CIE-Lab65.956563.2725-49.3718

#e372fa color RGB value is (227,114,250).

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

The process color (four color CMYK) of #e372fa color hex is 0.09, 0.54, 0.00, 0.02. Web safe color of #e372fa is #cc66ff. Color #e372fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 11111010
Octal 343 162 372
Decimal 227 114 250
Hex E3 72 FA

RGB Percentages of Color #e372fa

%38.41
%19.29
%42.30

CMYK Percentages of Color #e372fa

%9
%54
%0
%2

Triadic Colors of #e372fa

#e372fa #fae372 #72fae3

Analogous Colors of #e372fa

#e372fa #fa72cd #9f72fa

Monochromatic Colors of #e372fa

#e372fa

Complementary Color

#e372fa #89fa72

#e372fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372fa Color CSS Codes

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

#e372fa Text Font Color

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

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


#e372fa Background Color

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

This div background color is #e372fa


#e372fa Border Color

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

This div border color is #e372fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372fa


Comments

No comments written yet.

Please login to write comment.