Color Hex Logo

#e1566b Color Hex

#E1566B
(225,86,107)
0 Favorites   0 Comments

Color spaces of #e1566b

RGB 22586107
HSL0.970.700.61
HSV351°62°88°
CMYK 0.000.620.52   0.12
XYZ37.033023.724716.5374
Yxy23.72470.47910.3069
Hunter Lab48.708050.475613.9654
CIE-Lab55.811155.660517.1037

#e1566b color RGB value is (225,86,107).

#e1566b hex color red value is 225, green value is 86 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e1566b hue: 0.97 , saturation: 0.70 and the lightness value of e1566b is 0.61.

The process color (four color CMYK) of #e1566b color hex is 0.00, 0.62, 0.52, 0.12. Web safe color of #e1566b is #cc6666. Color #e1566b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 01101011
Octal 341 126 153
Decimal 225 86 107
Hex E1 56 6B

RGB Percentages of Color #e1566b

%53.83
%20.57
%25.60

CMYK Percentages of Color #e1566b

%0
%62
%52
%12

Triadic Colors of #e1566b

#e1566b #6be156 #566be1

Analogous Colors of #e1566b

#e1566b #e18756 #e156b1

Monochromatic Colors of #e1566b

#e1566b

Complementary Color

#e1566b #56e1cc

#e1566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1566b Color CSS Codes

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

#e1566b Text Font Color

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

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


#e1566b Background Color

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

This div background color is #e1566b


#e1566b Border Color

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

This div border color is #e1566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1566b


Comments

No comments written yet.

Please login to write comment.