Color Hex Logo

#e273fe Color Hex

#E273FE
(226,115,254)
0 Favorites   0 Comments

Color spaces of #e273fe

RGB 226115254
HSL0.800.990.72
HSV288°55°100°
CMYK 0.110.550.00   0.00
XYZ55.384235.586097.7156
Yxy35.58600.29350.1886
Hunter Lab59.654061.3292-55.3615
CIE-Lab66.202463.3038-51.1861

#e273fe color RGB value is (226,115,254).

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

The process color (four color CMYK) of #e273fe color hex is 0.11, 0.55, 0.00, 0.00. Web safe color of #e273fe is #cc66ff. Color #e273fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 11111110
Octal 342 163 376
Decimal 226 115 254
Hex E2 73 FE

RGB Percentages of Color #e273fe

%37.98
%19.33
%42.69

CMYK Percentages of Color #e273fe

%11
%55
%0
%0

Triadic Colors of #e273fe

#e273fe #fee273 #73fee2

Analogous Colors of #e273fe

#e273fe #fe73d5 #9d73fe

Monochromatic Colors of #e273fe

#e273fe

Complementary Color

#e273fe #8ffe73

#e273fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273fe Color CSS Codes

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

#e273fe Text Font Color

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

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


#e273fe Background Color

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

This div background color is #e273fe


#e273fe Border Color

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

This div border color is #e273fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,115,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273fe

Related Colors


Comments

No comments written yet.

Please login to write comment.