Color Hex Logo

#e2558c Color Hex

#E2558C
(226,85,140)
0 Favorites   0 Comments

Color spaces of #e2558c

RGB 22685140
HSL0.930.710.61
HSV337°62°89°
CMYK 0.000.620.38   0.11
XYZ39.346224.559227.4776
Yxy24.55920.43060.2688
Hunter Lab49.557254.99571.8160
CIE-Lab56.643459.5237-1.1399

#e2558c color RGB value is (226,85,140).

#e2558c hex color red value is 226, green value is 85 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e2558c hue: 0.93 , saturation: 0.71 and the lightness value of e2558c is 0.61.

The process color (four color CMYK) of #e2558c color hex is 0.00, 0.62, 0.38, 0.11. Web safe color of #e2558c is #cc6699. Color #e2558c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 10001100
Octal 342 125 214
Decimal 226 85 140
Hex E2 55 8C

RGB Percentages of Color #e2558c

%50.11
%18.85
%31.04

CMYK Percentages of Color #e2558c

%0
%62
%38
%11

Triadic Colors of #e2558c

#e2558c #8ce255 #558ce2

Analogous Colors of #e2558c

#e2558c #e26555 #e255d3

Monochromatic Colors of #e2558c

#e2558c

Complementary Color

#e2558c #55e2ab

#e2558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2558c Color CSS Codes

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

#e2558c Text Font Color

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

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


#e2558c Background Color

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

This div background color is #e2558c


#e2558c Border Color

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

This div border color is #e2558c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,85,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2558c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2558c;
  -webkit-box-shadow: 1px 1px 3px 2px #e2558c;
  box-shadow:         1px 1px 3px 2px #e2558c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,85,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2558c


Comments

No comments written yet.

Please login to write comment.