Color Hex Logo

#e1568d Color Hex

#E1568D
(225,86,141)
0 Favorites   0 Comments

Color spaces of #e1568d

RGB 22586141
HSL0.930.700.61
HSV336°62°88°
CMYK 0.000.620.37   0.12
XYZ39.186824.586227.8795
Yxy24.58620.42760.2683
Hunter Lab49.584554.29641.3726
CIE-Lab56.670058.9051-1.7073

#e1568d color RGB value is (225,86,141).

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

The process color (four color CMYK) of #e1568d color hex is 0.00, 0.62, 0.37, 0.12. Web safe color of #e1568d is #cc6699. Color #e1568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 10001101
Octal 341 126 215
Decimal 225 86 141
Hex E1 56 8D

RGB Percentages of Color #e1568d

%49.78
%19.03
%31.19

CMYK Percentages of Color #e1568d

%0
%62
%37
%12

Triadic Colors of #e1568d

#e1568d #8de156 #568de1

Analogous Colors of #e1568d

#e1568d #e16556 #e156d3

Monochromatic Colors of #e1568d

#e1568d

Complementary Color

#e1568d #56e1aa

#e1568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1568d Color CSS Codes

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

#e1568d Text Font Color

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

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


#e1568d Background Color

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

This div background color is #e1568d


#e1568d Border Color

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

This div border color is #e1568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1568d


Comments

No comments written yet.

Please login to write comment.