Color Hex Logo

#e165fe Color Hex

#E165FE
(225,101,254)
0 Favorites   0 Comments

Color spaces of #e165fe

RGB 225101254
HSL0.800.990.70
HSV289°60°100°
CMYK 0.110.600.00   0.00
XYZ53.594432.470797.2087
Yxy32.47070.29240.1772
Hunter Lab56.983168.1646-61.2560
CIE-Lab63.730069.4125-55.1147

#e165fe color RGB value is (225,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11111110
Octal 341 145 376
Decimal 225 101 254
Hex E1 65 FE

RGB Percentages of Color #e165fe

%38.79
%17.41
%43.79

CMYK Percentages of Color #e165fe

%11
%60
%0
%0

Triadic Colors of #e165fe

#e165fe #fee165 #65fee1

Analogous Colors of #e165fe

#e165fe #fe65cf #9565fe

Monochromatic Colors of #e165fe

#e165fe

Complementary Color

#e165fe #82fe65

#e165fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165fe Color CSS Codes

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

#e165fe Text Font Color

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

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


#e165fe Background Color

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

This div background color is #e165fe


#e165fe Border Color

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

This div border color is #e165fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165fe


Comments

No comments written yet.

Please login to write comment.