Color Hex Logo

#e684ad Color Hex

#E684AD
(230,132,173)
0 Favorites   0 Comments

Color spaces of #e684ad

RGB 230132173
HSL0.930.660.71
HSV335°43°90°
CMYK 0.000.430.25   0.10
XYZ48.427236.342743.9976
Yxy36.34270.37610.2822
Hunter Lab60.284937.8915-1.0721
CIE-Lab66.780942.5355-5.1350

#e684ad color RGB value is (230,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 10101101
Octal 346 204 255
Decimal 230 132 173
Hex E6 84 AD

RGB Percentages of Color #e684ad

%42.99
%24.67
%32.34

CMYK Percentages of Color #e684ad

%0
%43
%25
%10

Triadic Colors of #e684ad

#e684ad #ade684 #84ade6

Analogous Colors of #e684ad

#e684ad #e68c84 #e684de

Monochromatic Colors of #e684ad

#e684ad

Complementary Color

#e684ad #84e6bd

#e684ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684ad Color CSS Codes

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

#e684ad Text Font Color

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

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


#e684ad Background Color

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

This div background color is #e684ad


#e684ad Border Color

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

This div border color is #e684ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684ad


Comments

No comments written yet.

Please login to write comment.