Color Hex Logo

#e083fe Color Hex

#E083FE
(224,131,254)
0 Favorites   0 Comments

Color spaces of #e083fe

RGB 224131254
HSL0.790.980.75
HSV285°48°100°
CMYK 0.120.480.00   0.00
XYZ56.746239.235698.3483
Yxy39.23560.29200.2019
Hunter Lab62.638352.0922-49.2443
CIE-Lab68.921654.9788-46.9133

#e083fe color RGB value is (224,131,254).

#e083fe hex color red value is 224, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e083fe hue: 0.79 , saturation: 0.98 and the lightness value of e083fe is 0.75.

The process color (four color CMYK) of #e083fe color hex is 0.12, 0.48, 0.00, 0.00. Web safe color of #e083fe is #cc99ff. Color #e083fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 11111110
Octal 340 203 376
Decimal 224 131 254
Hex E0 83 FE

RGB Percentages of Color #e083fe

%36.78
%21.51
%41.71

CMYK Percentages of Color #e083fe

%12
%48
%0
%0

Triadic Colors of #e083fe

#e083fe #fee083 #83fee0

Analogous Colors of #e083fe

#e083fe #fe83df #a383fe

Monochromatic Colors of #e083fe

#e083fe

Complementary Color

#e083fe #a1fe83

#e083fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083fe Color CSS Codes

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

#e083fe Text Font Color

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

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


#e083fe Background Color

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

This div background color is #e083fe


#e083fe Border Color

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

This div border color is #e083fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083fe

Related Colors


Comments

No comments written yet.

Please login to write comment.