Color Hex Logo

#e679eb Color Hex

#E679EB
(230,121,235)
0 Favorites   0 Comments

Color spaces of #e679eb

RGB 230121235
HSL0.830.740.70
HSV297°49°92°
CMYK 0.020.490.00   0.08
XYZ54.465936.495982.7710
Yxy36.49590.31350.2101
Hunter Lab60.411855.2107-38.9457
CIE-Lab66.897157.9882-39.6047

#e679eb color RGB value is (230,121,235).

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

The process color (four color CMYK) of #e679eb color hex is 0.02, 0.49, 0.00, 0.08. Web safe color of #e679eb is #ff66ff. Color #e679eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 11101011
Octal 346 171 353
Decimal 230 121 235
Hex E6 79 EB

RGB Percentages of Color #e679eb

%39.25
%20.65
%40.10

CMYK Percentages of Color #e679eb

%2
%49
%0
%8

Triadic Colors of #e679eb

#e679eb #ebe679 #79ebe6

Analogous Colors of #e679eb

#e679eb #eb79b7 #ad79eb

Monochromatic Colors of #e679eb

#e679eb

Complementary Color

#e679eb #7eeb79

#e679eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679eb Color CSS Codes

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

#e679eb Text Font Color

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

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


#e679eb Background Color

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

This div background color is #e679eb


#e679eb Border Color

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

This div border color is #e679eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679eb


Comments

No comments written yet.

Please login to write comment.