Color Hex Logo

#e16bfe Color Hex

#E16BFE
(225,107,254)
0 Favorites   0 Comments

Color spaces of #e16bfe

RGB 225107254
HSL0.800.990.71
HSV288°58°100°
CMYK 0.110.580.00   0.00
XYZ54.198433.678797.4100
Yxy33.67870.29250.1818
Hunter Lab58.033465.1460-58.8960
CIE-Lab64.706766.7485-53.5635

#e16bfe color RGB value is (225,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11111110
Octal 341 153 376
Decimal 225 107 254
Hex E1 6B FE

RGB Percentages of Color #e16bfe

%38.40
%18.26
%43.34

CMYK Percentages of Color #e16bfe

%11
%58
%0
%0

Triadic Colors of #e16bfe

#e16bfe #fee16b #6bfee1

Analogous Colors of #e16bfe

#e16bfe #fe6bd2 #986bfe

Monochromatic Colors of #e16bfe

#e16bfe

Complementary Color

#e16bfe #88fe6b

#e16bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bfe Color CSS Codes

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

#e16bfe Text Font Color

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

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


#e16bfe Background Color

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

This div background color is #e16bfe


#e16bfe Border Color

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

This div border color is #e16bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bfe


Comments

No comments written yet.

Please login to write comment.