Color Hex Logo

#e165fa Color Hex

#E165FA
(225,101,250)
0 Favorites   0 Comments

Color spaces of #e165fa

RGB 225101250
HSL0.810.940.69
HSV290°60°98°
CMYK 0.100.600.00   0.02
XYZ52.960332.217093.8697
Yxy32.21700.29580.1799
Hunter Lab56.760067.2205-58.3218
CIE-Lab63.521868.6743-53.2429

#e165fa color RGB value is (225,101,250).

#e165fa hex color red value is 225, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e165fa hue: 0.81 , saturation: 0.94 and the lightness value of e165fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11111010
Octal 341 145 372
Decimal 225 101 250
Hex E1 65 FA

RGB Percentages of Color #e165fa

%39.06
%17.53
%43.40

CMYK Percentages of Color #e165fa

%10
%60
%0
%2

Triadic Colors of #e165fa

#e165fa #fae165 #65fae1

Analogous Colors of #e165fa

#e165fa #fa65c9 #9765fa

Monochromatic Colors of #e165fa

#e165fa

Complementary Color

#e165fa #7efa65

#e165fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165fa Color CSS Codes

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

#e165fa Text Font Color

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

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


#e165fa Background Color

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

This div background color is #e165fa


#e165fa Border Color

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

This div border color is #e165fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,101,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e165fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165fa


Comments

No comments written yet.

Please login to write comment.