Color Hex Logo

#e6567e Color Hex

#E6567E
(230,86,126)
0 Favorites   0 Comments

Color spaces of #e6567e

RGB 23086126
HSL0.950.740.62
HSV343°63°90°
CMYK 0.000.630.45   0.10
XYZ39.726824.984922.4674
Yxy24.98490.45570.2866
Hunter Lab49.984954.39408.3395
CIE-Lab57.060758.92267.7821

#e6567e color RGB value is (230,86,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010110 01111110
Octal 346 126 176
Decimal 230 86 126
Hex E6 56 7E

RGB Percentages of Color #e6567e

%52.04
%19.46
%28.51

CMYK Percentages of Color #e6567e

%0
%63
%45
%10

Triadic Colors of #e6567e

#e6567e #7ee656 #567ee6

Analogous Colors of #e6567e

#e6567e #e67656 #e656c6

Monochromatic Colors of #e6567e

#e6567e

Complementary Color

#e6567e #56e6be

#e6567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6567e Color CSS Codes

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

#e6567e Text Font Color

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

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


#e6567e Background Color

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

This div background color is #e6567e


#e6567e Border Color

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

This div border color is #e6567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6567e


Comments

No comments written yet.

Please login to write comment.