Color Hex Logo

#e678fe Color Hex

#E678FE
(230,120,254)
0 Favorites   0 Comments

Color spaces of #e678fe

RGB 230120254
HSL0.800.990.73
HSV289°53°100°
CMYK 0.090.530.00   0.00
XYZ57.239037.411797.9703
Yxy37.41170.29720.1942
Hunter Lab61.165160.0034-52.1513
CIE-Lab67.584861.9561-48.9702

#e678fe color RGB value is (230,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 11111110
Octal 346 170 376
Decimal 230 120 254
Hex E6 78 FE

RGB Percentages of Color #e678fe

%38.08
%19.87
%42.05

CMYK Percentages of Color #e678fe

%9
%53
%0
%0

Triadic Colors of #e678fe

#e678fe #fee678 #78fee6

Analogous Colors of #e678fe

#e678fe #fe78d3 #a378fe

Monochromatic Colors of #e678fe

#e678fe

Complementary Color

#e678fe #90fe78

#e678fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678fe Color CSS Codes

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

#e678fe Text Font Color

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

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


#e678fe Background Color

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

This div background color is #e678fe


#e678fe Border Color

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

This div border color is #e678fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678fe

Related Colors


Comments

No comments written yet.

Please login to write comment.