Color Hex Logo

#e20247 Color Hex

#E20247
(226,2,71)
0 Favorites   0 Comments

Color spaces of #e20247

RGB 226271
HSL0.950.980.45
HSV342°99°89°
CMYK 0.000.990.69   0.11
XYZ32.523116.66717.4642
Yxy16.66710.57410.2942
Hunter Lab40.825470.755817.7376
CIE-Lab47.837874.557628.2116

#e20247 color RGB value is (226,2,71).

#e20247 hex color red value is 226, green value is 2 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #e20247 hue: 0.95 , saturation: 0.98 and the lightness value of e20247 is 0.45.

The process color (four color CMYK) of #e20247 color hex is 0.00, 0.99, 0.69, 0.11. Web safe color of #e20247 is #cc0033. Color #e20247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000010 01000111
Octal 342 2 107
Decimal 226 2 71
Hex E2 2 47

RGB Percentages of Color #e20247

%75.59
%0.67
%23.75

CMYK Percentages of Color #e20247

%0
%99
%69
%11

Triadic Colors of #e20247

#e20247 #47e202 #0247e2

Analogous Colors of #e20247

#e20247 #e22d02 #e202b7

Monochromatic Colors of #e20247

#e20247

Complementary Color

#e20247 #02e29d

#e20247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20247 Color CSS Codes

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

#e20247 Text Font Color

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

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


#e20247 Background Color

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

This div background color is #e20247


#e20247 Border Color

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

This div border color is #e20247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20247


Comments

No comments written yet.

Please login to write comment.