Color Hex Logo

#e6537d Color Hex

#E6537D
(230,83,125)
0 Favorites   0 Comments

Color spaces of #e6537d

RGB 23083125
HSL0.950.750.61
HSV343°64°90°
CMYK 0.000.640.46   0.10
XYZ39.428124.490222.0510
Yxy24.49020.45860.2849
Hunter Lab49.487655.61268.2225
CIE-Lab56.575360.07567.6799

#e6537d color RGB value is (230,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 01111101
Octal 346 123 175
Decimal 230 83 125
Hex E6 53 7D

RGB Percentages of Color #e6537d

%52.51
%18.95
%28.54

CMYK Percentages of Color #e6537d

%0
%64
%46
%10

Triadic Colors of #e6537d

#e6537d #7de653 #537de6

Analogous Colors of #e6537d

#e6537d #e67353 #e653c7

Monochromatic Colors of #e6537d

#e6537d

Complementary Color

#e6537d #53e6bc

#e6537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6537d Color CSS Codes

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

#e6537d Text Font Color

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

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


#e6537d Background Color

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

This div background color is #e6537d


#e6537d Border Color

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

This div border color is #e6537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6537d


Comments

No comments written yet.

Please login to write comment.