Color Hex Logo

#e1567d Color Hex

#E1567D
(225,86,125)
0 Favorites   0 Comments

Color spaces of #e1567d

RGB 22586125
HSL0.950.700.61
HSV343°62°88°
CMYK 0.000.620.44   0.12
XYZ38.080824.143822.0552
Yxy24.14380.45180.2865
Hunter Lab49.136352.34947.7827
CIE-Lab56.231557.26077.0797

#e1567d color RGB value is (225,86,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 01111101
Octal 341 126 175
Decimal 225 86 125
Hex E1 56 7D

RGB Percentages of Color #e1567d

%51.61
%19.72
%28.67

CMYK Percentages of Color #e1567d

%0
%62
%44
%12

Triadic Colors of #e1567d

#e1567d #7de156 #567de1

Analogous Colors of #e1567d

#e1567d #e17556 #e156c3

Monochromatic Colors of #e1567d

#e1567d

Complementary Color

#e1567d #56e1ba

#e1567d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1567d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1567d Color CSS Codes

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

#e1567d Text Font Color

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

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


#e1567d Background Color

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

This div background color is #e1567d


#e1567d Border Color

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

This div border color is #e1567d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,86,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 #e1567d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1567d


Comments

No comments written yet.

Please login to write comment.