Color Hex Logo

#e682ac Color Hex

#E682AC
(230,130,172)
0 Favorites   0 Comments

Color spaces of #e682ac

RGB 230130172
HSL0.930.670.71
HSV335°43°90°
CMYK 0.000.430.25   0.10
XYZ48.062235.766843.4003
Yxy35.76680.37780.2811
Hunter Lab59.805438.7911-1.1626
CIE-Lab66.341443.4245-5.2208

#e682ac color RGB value is (230,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 10101100
Octal 346 202 254
Decimal 230 130 172
Hex E6 82 AC

RGB Percentages of Color #e682ac

%43.23
%24.44
%32.33

CMYK Percentages of Color #e682ac

%0
%43
%25
%10

Triadic Colors of #e682ac

#e682ac #ace682 #82ace6

Analogous Colors of #e682ac

#e682ac #e68a82 #e682de

Monochromatic Colors of #e682ac

#e682ac

Complementary Color

#e682ac #82e6bc

#e682ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e682ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e682ac Color CSS Codes

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

#e682ac Text Font Color

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

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


#e682ac Background Color

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

This div background color is #e682ac


#e682ac Border Color

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

This div border color is #e682ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e682ac


Comments

No comments written yet.

Please login to write comment.