Color Hex Logo

#e6537a Color Hex

#E6537A
(230,83,122)
0 Favorites   0 Comments

Color spaces of #e6537a

RGB 23083122
HSL0.960.750.61
HSV344°64°90°
CMYK 0.000.640.47   0.10
XYZ39.239224.414621.0567
Yxy24.41460.46320.2882
Hunter Lab49.411155.28399.3212
CIE-Lab56.500559.80139.3435

#e6537a color RGB value is (230,83,122).

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

The process color (four color CMYK) of #e6537a color hex is 0.00, 0.64, 0.47, 0.10. Web safe color of #e6537a is #ff6666. Color #e6537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 01111010
Octal 346 123 172
Decimal 230 83 122
Hex E6 53 7A

RGB Percentages of Color #e6537a

%52.87
%19.08
%28.05

CMYK Percentages of Color #e6537a

%0
%64
%47
%10

Triadic Colors of #e6537a

#e6537a #7ae653 #537ae6

Analogous Colors of #e6537a

#e6537a #e67653 #e653c4

Monochromatic Colors of #e6537a

#e6537a

Complementary Color

#e6537a #53e6bf

#e6537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6537a Color CSS Codes

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

#e6537a Text Font Color

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

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


#e6537a Background Color

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

This div background color is #e6537a


#e6537a Border Color

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

This div border color is #e6537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6537a


Comments

No comments written yet.

Please login to write comment.