Color Hex Logo

#e677fe Color Hex

#E677FE
(230,119,254)
0 Favorites   0 Comments

Color spaces of #e677fe

RGB 230119254
HSL0.800.990.73
HSV289°53°100°
CMYK 0.090.530.00   0.00
XYZ57.119337.172497.9304
Yxy37.17240.29720.1934
Hunter Lab60.969260.5326-52.5548
CIE-Lab67.406262.4314-49.2519

#e677fe color RGB value is (230,119,254).

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

The process color (four color CMYK) of #e677fe color hex is 0.09, 0.53, 0.00, 0.00. Web safe color of #e677fe is #ff66ff. Color #e677fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110111 11111110
Octal 346 167 376
Decimal 230 119 254
Hex E6 77 FE

RGB Percentages of Color #e677fe

%38.14
%19.73
%42.12

CMYK Percentages of Color #e677fe

%9
%53
%0
%0

Triadic Colors of #e677fe

#e677fe #fee677 #77fee6

Analogous Colors of #e677fe

#e677fe #fe77d3 #a377fe

Monochromatic Colors of #e677fe

#e677fe

Complementary Color

#e677fe #8ffe77

#e677fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e677fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e677fe Color CSS Codes

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

#e677fe Text Font Color

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

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


#e677fe Background Color

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

This div background color is #e677fe


#e677fe Border Color

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

This div border color is #e677fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e677fe


Comments

No comments written yet.

Please login to write comment.