Color Hex Logo

#e652ac Color Hex

#E652AC
(230,82,172)
0 Favorites   0 Comments

Color spaces of #e652ac

RGB 23082172
HSL0.900.750.61
HSV324°64°90°
CMYK 0.000.640.25   0.10
XYZ43.096825.836141.7451
Yxy25.83610.38940.2334
Hunter Lab50.829262.3944-13.1133
CIE-Lab57.881165.6714-17.9119

#e652ac color RGB value is (230,82,172).

#e652ac hex color red value is 230, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e652ac hue: 0.90 , saturation: 0.75 and the lightness value of e652ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010010 10101100
Octal 346 122 254
Decimal 230 82 172
Hex E6 52 AC

RGB Percentages of Color #e652ac

%47.52
%16.94
%35.54

CMYK Percentages of Color #e652ac

%0
%64
%25
%10

Triadic Colors of #e652ac

#e652ac #ace652 #52ace6

Analogous Colors of #e652ac

#e652ac #e65262 #d652e6

Monochromatic Colors of #e652ac

#e652ac

Complementary Color

#e652ac #52e68c

#e652ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e652ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e652ac Color CSS Codes

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

#e652ac Text Font Color

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

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


#e652ac Background Color

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

This div background color is #e652ac


#e652ac Border Color

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

This div border color is #e652ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e652ac


Comments

No comments written yet.

Please login to write comment.