Color Hex Logo

#e673ac Color Hex

#E673AC
(230,115,172)
0 Favorites   0 Comments

Color spaces of #e673ac

RGB 230115172
HSL0.920.700.68
HSV330°50°90°
CMYK 0.000.500.25   0.10
XYZ46.210332.063042.7830
Yxy32.06300.38170.2649
Hunter Lab56.624246.5793-5.1602
CIE-Lab63.394950.9413-9.5996

#e673ac color RGB value is (230,115,172).

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

The process color (four color CMYK) of #e673ac color hex is 0.00, 0.50, 0.25, 0.10. Web safe color of #e673ac is #ff6699. Color #e673ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110011 10101100
Octal 346 163 254
Decimal 230 115 172
Hex E6 73 AC

RGB Percentages of Color #e673ac

%44.49
%22.24
%33.27

CMYK Percentages of Color #e673ac

%0
%50
%25
%10

Triadic Colors of #e673ac

#e673ac #ace673 #73ace6

Analogous Colors of #e673ac

#e673ac #e67473 #e673e6

Monochromatic Colors of #e673ac

#e673ac

Complementary Color

#e673ac #73e6ad

#e673ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e673ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e673ac Color CSS Codes

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

#e673ac Text Font Color

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

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


#e673ac Background Color

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

This div background color is #e673ac


#e673ac Border Color

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

This div border color is #e673ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e673ac


Comments

No comments written yet.

Please login to write comment.