Color Hex Logo

#e075fe Color Hex

#E075FE
(224,117,254)
0 Favorites   0 Comments

Color spaces of #e075fe

RGB 224117254
HSL0.800.990.73
HSV287°54°100°
CMYK 0.120.540.00   0.00
XYZ54.991235.725697.7633
Yxy35.72560.29180.1895
Hunter Lab59.770959.6268-55.1371
CIE-Lab66.309761.8509-51.0324

#e075fe color RGB value is (224,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110101 11111110
Octal 340 165 376
Decimal 224 117 254
Hex E0 75 FE

RGB Percentages of Color #e075fe

%37.65
%19.66
%42.69

CMYK Percentages of Color #e075fe

%12
%54
%0
%0

Triadic Colors of #e075fe

#e075fe #fee075 #75fee0

Analogous Colors of #e075fe

#e075fe #fe75d8 #9c75fe

Monochromatic Colors of #e075fe

#e075fe

Complementary Color

#e075fe #93fe75

#e075fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e075fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e075fe Color CSS Codes

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

#e075fe Text Font Color

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

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


#e075fe Background Color

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

This div background color is #e075fe


#e075fe Border Color

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

This div border color is #e075fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e075fe


Comments

No comments written yet.

Please login to write comment.