Color Hex Logo

#e679ea Color Hex

#E679EA
(230,121,234)
0 Favorites   0 Comments

Color spaces of #e679ea

RGB 230121234
HSL0.830.730.70
HSV298°48°92°
CMYK 0.020.480.00   0.08
XYZ54.321836.438382.0121
Yxy36.43830.31440.2109
Hunter Lab60.364154.9952-38.2978
CIE-Lab66.853557.8097-39.1204

#e679ea color RGB value is (230,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 11101010
Octal 346 171 352
Decimal 230 121 234
Hex E6 79 EA

RGB Percentages of Color #e679ea

%39.32
%20.68
%40.00

CMYK Percentages of Color #e679ea

%2
%48
%0
%8

Triadic Colors of #e679ea

#e679ea #eae679 #79eae6

Analogous Colors of #e679ea

#e679ea #ea79b6 #ae79ea

Monochromatic Colors of #e679ea

#e679ea

Complementary Color

#e679ea #7dea79

#e679ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679ea Color CSS Codes

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

#e679ea Text Font Color

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

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


#e679ea Background Color

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

This div background color is #e679ea


#e679ea Border Color

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

This div border color is #e679ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679ea


Comments

No comments written yet.

Please login to write comment.