Color Hex Logo

#e691fe Color Hex

#E691FE
(230,145,254)
0 Favorites   0 Comments

Color spaces of #e691fe

RGB 230145254
HSL0.800.980.78
HSV287°43°100°
CMYK 0.090.430.00   0.00
XYZ60.647944.229599.1066
Yxy44.22950.29730.2168
Hunter Lab66.505346.3946-41.8007
CIE-Lab72.381649.5011-41.4433

#e691fe color RGB value is (230,145,254).

#e691fe hex color red value is 230, green value is 145 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e691fe hue: 0.80 , saturation: 0.98 and the lightness value of e691fe is 0.78.

The process color (four color CMYK) of #e691fe color hex is 0.09, 0.43, 0.00, 0.00. Web safe color of #e691fe is #ff99ff. Color #e691fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 11111110
Octal 346 221 376
Decimal 230 145 254
Hex E6 91 FE

RGB Percentages of Color #e691fe

%36.57
%23.05
%40.38

CMYK Percentages of Color #e691fe

%9
%43
%0
%0

Triadic Colors of #e691fe

#e691fe #fee691 #91fee6

Analogous Colors of #e691fe

#e691fe #fe91e0 #b091fe

Monochromatic Colors of #e691fe

#e691fe

Complementary Color

#e691fe #a9fe91

#e691fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e691fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e691fe Color CSS Codes

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

#e691fe Text Font Color

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

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


#e691fe Background Color

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

This div background color is #e691fe


#e691fe Border Color

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

This div border color is #e691fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e691fe


Comments

No comments written yet.

Please login to write comment.