Color Hex Logo

#e42271 Color Hex

#E42271
(228,34,113)
0 Favorites   0 Comments

Color spaces of #e42271

RGB 22834113
HSL0.930.780.51
HSV336°85°89°
CMYK 0.000.850.50   0.11
XYZ35.547618.830317.3838
Yxy18.83030.49540.2624
Hunter Lab43.393970.28516.6239
CIE-Lab50.488173.65526.1358

#e42271 color RGB value is (228,34,113).

#e42271 hex color red value is 228, green value is 34 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e42271 hue: 0.93 , saturation: 0.78 and the lightness value of e42271 is 0.51.

The process color (four color CMYK) of #e42271 color hex is 0.00, 0.85, 0.50, 0.11. Web safe color of #e42271 is #cc3366. Color #e42271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100010 01110001
Octal 344 42 161
Decimal 228 34 113
Hex E4 22 71

RGB Percentages of Color #e42271

%60.80
%9.07
%30.13

CMYK Percentages of Color #e42271

%0
%85
%50
%11

Triadic Colors of #e42271

#e42271 #71e422 #2271e4

Analogous Colors of #e42271

#e42271 #e43422 #e422d2

Monochromatic Colors of #e42271

#e42271

Complementary Color

#e42271 #22e495

#e42271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42271 Color CSS Codes

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

#e42271 Text Font Color

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

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


#e42271 Background Color

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

This div background color is #e42271


#e42271 Border Color

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

This div border color is #e42271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42271


Comments

No comments written yet.

Please login to write comment.