Color Hex Logo

#e6546a Color Hex

#E6546A
(230,84,106)
0 Favorites   0 Comments

Color spaces of #e6546a

RGB 23084106
HSL0.970.740.62
HSV351°63°90°
CMYK 0.000.630.54   0.10
XYZ38.405024.204216.2834
Yxy24.20420.48680.3068
Hunter Lab49.197853.245514.8147
CIE-Lab56.291758.044418.4814

#e6546a color RGB value is (230,84,106).

#e6546a hex color red value is 230, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e6546a hue: 0.97 , saturation: 0.74 and the lightness value of e6546a is 0.62.

The process color (four color CMYK) of #e6546a color hex is 0.00, 0.63, 0.54, 0.10. Web safe color of #e6546a is #ff6666. Color #e6546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010100 01101010
Octal 346 124 152
Decimal 230 84 106
Hex E6 54 6A

RGB Percentages of Color #e6546a

%54.76
%20.00
%25.24

CMYK Percentages of Color #e6546a

%0
%63
%54
%10

Triadic Colors of #e6546a

#e6546a #6ae654 #546ae6

Analogous Colors of #e6546a

#e6546a #e68754 #e654b3

Monochromatic Colors of #e6546a

#e6546a

Complementary Color

#e6546a #54e6d0

#e6546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6546a Color CSS Codes

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

#e6546a Text Font Color

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

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


#e6546a Background Color

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

This div background color is #e6546a


#e6546a Border Color

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

This div border color is #e6546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6546a


Comments

No comments written yet.

Please login to write comment.