Color Hex Logo

#e679ff Color Hex

#E679FF
(230,121,255)
0 Favorites   0 Comments

Color spaces of #e679ff

RGB 230121255
HSL0.801.000.74
HSV289°53°100°
CMYK 0.100.530.00   0.00
XYZ57.520537.717798.8563
Yxy37.71770.29640.1943
Hunter Lab61.414759.7057-52.4459
CIE-Lab67.812061.6676-49.1586

#e679ff color RGB value is (230,121,255).

#e679ff hex color red value is 230, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e679ff hue: 0.80 , saturation: 1.00 and the lightness value of e679ff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 11111111
Octal 346 171 377
Decimal 230 121 255
Hex E6 79 FF

RGB Percentages of Color #e679ff

%37.95
%19.97
%42.08

CMYK Percentages of Color #e679ff

%10
%53
%0
%0

Triadic Colors of #e679ff

#e679ff #ffe679 #79ffe6

Analogous Colors of #e679ff

#e679ff #ff79d5 #a379ff

Monochromatic Colors of #e679ff

#e679ff

Complementary Color

#e679ff #92ff79

#e679ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679ff Color CSS Codes

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

#e679ff Text Font Color

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

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


#e679ff Background Color

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

This div background color is #e679ff


#e679ff Border Color

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

This div border color is #e679ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679ff

Related Colors


Comments

No comments written yet.

Please login to write comment.