Color Hex Logo

#e273fa Color Hex

#E273FA
(226,115,250)
0 Favorites   0 Comments

Color spaces of #e273fa

RGB 226115250
HSL0.800.930.72
HSV289°54°98°
CMYK 0.100.540.00   0.02
XYZ54.750135.332394.3767
Yxy35.33230.29680.1915
Hunter Lab59.441060.3917-52.5283
CIE-Lab66.006662.5479-49.3010

#e273fa color RGB value is (226,115,250).

#e273fa hex color red value is 226, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e273fa hue: 0.80 , saturation: 0.93 and the lightness value of e273fa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 11111010
Octal 342 163 372
Decimal 226 115 250
Hex E2 73 FA

RGB Percentages of Color #e273fa

%38.24
%19.46
%42.30

CMYK Percentages of Color #e273fa

%10
%54
%0
%2

Triadic Colors of #e273fa

#e273fa #fae273 #73fae2

Analogous Colors of #e273fa

#e273fa #fa73cf #9f73fa

Monochromatic Colors of #e273fa

#e273fa

Complementary Color

#e273fa #8bfa73

#e273fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273fa Color CSS Codes

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

#e273fa Text Font Color

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

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


#e273fa Background Color

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

This div background color is #e273fa


#e273fa Border Color

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

This div border color is #e273fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273fa


Comments

No comments written yet.

Please login to write comment.