Color Hex Logo

#e6529a Color Hex

#E6529A
(230,82,154)
0 Favorites   0 Comments

Color spaces of #e6529a

RGB 23082154
HSL0.920.750.61
HSV331°64°90°
CMYK 0.000.640.33   0.10
XYZ41.483225.190733.2477
Yxy25.19070.41520.2521
Hunter Lab50.190359.7003-4.1424
CIE-Lab57.260863.4904-8.3665

#e6529a color RGB value is (230,82,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010010 10011010
Octal 346 122 232
Decimal 230 82 154
Hex E6 52 9A

RGB Percentages of Color #e6529a

%49.36
%17.60
%33.05

CMYK Percentages of Color #e6529a

%0
%64
%33
%10

Triadic Colors of #e6529a

#e6529a #9ae652 #529ae6

Analogous Colors of #e6529a

#e6529a #e65452 #e652e4

Monochromatic Colors of #e6529a

#e6529a

Complementary Color

#e6529a #52e69e

#e6529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6529a Color CSS Codes

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

#e6529a Text Font Color

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

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


#e6529a Background Color

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

This div background color is #e6529a


#e6529a Border Color

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

This div border color is #e6529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6529a


Comments

No comments written yet.

Please login to write comment.