Color Hex Logo

#e680ac Color Hex

#E680AC
(230,128,172)
0 Favorites   0 Comments

Color spaces of #e680ac

RGB 230128172
HSL0.930.670.70
HSV334°44°90°
CMYK 0.000.440.25   0.10
XYZ47.798735.239943.3124
Yxy35.23990.37830.2789
Hunter Lab59.363239.8409-1.7047
CIE-Lab65.935044.4466-5.8219

#e680ac color RGB value is (230,128,172).

#e680ac hex color red value is 230, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e680ac hue: 0.93 , saturation: 0.67 and the lightness value of e680ac is 0.70.

The process color (four color CMYK) of #e680ac color hex is 0.00, 0.44, 0.25, 0.10. Web safe color of #e680ac is #ff9999. Color #e680ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10101100
Octal 346 200 254
Decimal 230 128 172
Hex E6 80 AC

RGB Percentages of Color #e680ac

%43.40
%24.15
%32.45

CMYK Percentages of Color #e680ac

%0
%44
%25
%10

Triadic Colors of #e680ac

#e680ac #ace680 #80ace6

Analogous Colors of #e680ac

#e680ac #e68780 #e680df

Monochromatic Colors of #e680ac

#e680ac

Complementary Color

#e680ac #80e6ba

#e680ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680ac Color CSS Codes

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

#e680ac Text Font Color

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

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


#e680ac Background Color

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

This div background color is #e680ac


#e680ac Border Color

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

This div border color is #e680ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680ac


Comments

No comments written yet.

Please login to write comment.