Color Hex Logo

#e2127d Color Hex

#E2127D
(226,18,125)
0 Favorites   0 Comments

Color spaces of #e2127d

RGB 22618125
HSL0.910.850.48
HSV329°92°89°
CMYK 0.000.920.45   0.11
XYZ35.282018.082021.0326
Yxy18.08200.47420.2430
Hunter Lab42.522973.68930.4402
CIE-Lab49.595476.6034-2.5177

#e2127d color RGB value is (226,18,125).

#e2127d hex color red value is 226, green value is 18 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e2127d hue: 0.91 , saturation: 0.85 and the lightness value of e2127d is 0.48.

The process color (four color CMYK) of #e2127d color hex is 0.00, 0.92, 0.45, 0.11. Web safe color of #e2127d is #cc0066. Color #e2127d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010010 01111101
Octal 342 22 175
Decimal 226 18 125
Hex E2 12 7D

RGB Percentages of Color #e2127d

%61.25
%4.88
%33.88

CMYK Percentages of Color #e2127d

%0
%92
%45
%11

Triadic Colors of #e2127d

#e2127d #7de212 #127de2

Analogous Colors of #e2127d

#e2127d #e21215 #df12e2

Monochromatic Colors of #e2127d

#e2127d

Complementary Color

#e2127d #12e277

#e2127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2127d Color CSS Codes

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

#e2127d Text Font Color

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

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


#e2127d Background Color

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

This div background color is #e2127d


#e2127d Border Color

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

This div border color is #e2127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2127d


Comments

No comments written yet.

Please login to write comment.