Color Hex Logo

#e252fe Color Hex

#E252FE
(226,82,254)
0 Favorites   0 Comments

Color spaces of #e252fe

RGB 22682254
HSL0.810.990.66
HSV290°68°100°
CMYK 0.110.680.00   0.00
XYZ52.270729.359196.6778
Yxy29.35910.29310.1647
Hunter Lab54.184077.3748-67.8593
CIE-Lab61.097377.3314-59.3027

#e252fe color RGB value is (226,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 11111110
Octal 342 122 376
Decimal 226 82 254
Hex E2 52 FE

RGB Percentages of Color #e252fe

%40.21
%14.59
%45.20

CMYK Percentages of Color #e252fe

%11
%68
%0
%0

Triadic Colors of #e252fe

#e252fe #fee252 #52fee2

Analogous Colors of #e252fe

#e252fe #fe52c4 #8c52fe

Monochromatic Colors of #e252fe

#e252fe

Complementary Color

#e252fe #6efe52

#e252fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e252fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e252fe Color CSS Codes

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

#e252fe Text Font Color

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

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


#e252fe Background Color

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

This div background color is #e252fe


#e252fe Border Color

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

This div border color is #e252fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e252fe


Comments

No comments written yet.

Please login to write comment.