Color Hex Logo

#e253fe Color Hex

#E253FE
(226,83,254)
0 Favorites   0 Comments

Color spaces of #e253fe

RGB 22683254
HSL0.810.990.66
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.346729.511096.7032
Yxy29.51100.29320.1653
Hunter Lab54.324076.9358-67.5164
CIE-Lab61.230076.9577-59.0907

#e253fe color RGB value is (226,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 11111110
Octal 342 123 376
Decimal 226 83 254
Hex E2 53 FE

RGB Percentages of Color #e253fe

%40.14
%14.74
%45.12

CMYK Percentages of Color #e253fe

%11
%67
%0
%0

Triadic Colors of #e253fe

#e253fe #fee253 #53fee2

Analogous Colors of #e253fe

#e253fe #fe53c5 #8d53fe

Monochromatic Colors of #e253fe

#e253fe

Complementary Color

#e253fe #6ffe53

#e253fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e253fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e253fe Color CSS Codes

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

#e253fe Text Font Color

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

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


#e253fe Background Color

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

This div background color is #e253fe


#e253fe Border Color

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

This div border color is #e253fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e253fe


Comments

No comments written yet.

Please login to write comment.