Color Hex Logo

#e122c5 Color Hex

#E122C5
(225,34,197)
0 Favorites   0 Comments

Color spaces of #e122c5

RGB 22534197
HSL0.860.760.51
HSV309°85°88°
CMYK 0.000.850.12   0.12
XYZ41.701421.182854.7141
Yxy21.18280.35460.1801
Hunter Lab46.024881.1891-38.2664
CIE-Lab53.149081.8774-39.7822

#e122c5 color RGB value is (225,34,197).

#e122c5 hex color red value is 225, green value is 34 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e122c5 hue: 0.86 , saturation: 0.76 and the lightness value of e122c5 is 0.51.

The process color (four color CMYK) of #e122c5 color hex is 0.00, 0.85, 0.12, 0.12. Web safe color of #e122c5 is #cc33cc. Color #e122c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 11000101
Octal 341 42 305
Decimal 225 34 197
Hex E1 22 C5

RGB Percentages of Color #e122c5

%49.34
%7.46
%43.20

CMYK Percentages of Color #e122c5

%0
%85
%12
%12

Triadic Colors of #e122c5

#e122c5 #c5e122 #22c5e1

Analogous Colors of #e122c5

#e122c5 #e12266 #9e22e1

Monochromatic Colors of #e122c5

#e122c5

Complementary Color

#e122c5 #22e13e

#e122c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e122c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e122c5 Color CSS Codes

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

#e122c5 Text Font Color

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

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


#e122c5 Background Color

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

This div background color is #e122c5


#e122c5 Border Color

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

This div border color is #e122c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e122c5


Comments

No comments written yet.

Please login to write comment.