Color Hex Logo

#e2547b Color Hex

#E2547B
(226,84,123)
0 Favorites   0 Comments

Color spaces of #e2547b

RGB 22684123
HSL0.950.710.61
HSV344°63°89°
CMYK 0.000.630.46   0.11
XYZ38.109523.939521.3511
Yxy23.93950.45690.2870
Hunter Lab48.928053.40778.3768
CIE-Lab56.027258.23397.9909

#e2547b color RGB value is (226,84,123).

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

The process color (four color CMYK) of #e2547b color hex is 0.00, 0.63, 0.46, 0.11. Web safe color of #e2547b is #cc6666. Color #e2547b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 01111011
Octal 342 124 173
Decimal 226 84 123
Hex E2 54 7B

RGB Percentages of Color #e2547b

%52.19
%19.40
%28.41

CMYK Percentages of Color #e2547b

%0
%63
%46
%11

Triadic Colors of #e2547b

#e2547b #7be254 #547be2

Analogous Colors of #e2547b

#e2547b #e27454 #e254c2

Monochromatic Colors of #e2547b

#e2547b

Complementary Color

#e2547b #54e2bb

#e2547b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2547b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2547b Color CSS Codes

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

#e2547b Text Font Color

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

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


#e2547b Background Color

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

This div background color is #e2547b


#e2547b Border Color

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

This div border color is #e2547b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2547b


Comments

No comments written yet.

Please login to write comment.