Color Hex Logo

#e2074d Color Hex

#E2074D
(226,7,77)
0 Favorites   0 Comments

Color spaces of #e2074d

RGB 226777
HSL0.950.940.46
HSV341°97°89°
CMYK 0.000.970.66   0.11
XYZ32.779616.85658.5471
Yxy16.85650.56340.2897
Hunter Lab41.056770.665016.3968
CIE-Lab48.078774.436224.8459

#e2074d color RGB value is (226,7,77).

#e2074d hex color red value is 226, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e2074d hue: 0.95 , saturation: 0.94 and the lightness value of e2074d is 0.46.

The process color (four color CMYK) of #e2074d color hex is 0.00, 0.97, 0.66, 0.11. Web safe color of #e2074d is #cc0066. Color #e2074d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000111 01001101
Octal 342 7 115
Decimal 226 7 77
Hex E2 7 4D

RGB Percentages of Color #e2074d

%72.90
%2.26
%24.84

CMYK Percentages of Color #e2074d

%0
%97
%66
%11

Triadic Colors of #e2074d

#e2074d #4de207 #074de2

Analogous Colors of #e2074d

#e2074d #e22e07 #e207bb

Monochromatic Colors of #e2074d

#e2074d

Complementary Color

#e2074d #07e29c

#e2074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2074d Color CSS Codes

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

#e2074d Text Font Color

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

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


#e2074d Background Color

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

This div background color is #e2074d


#e2074d Border Color

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

This div border color is #e2074d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2074d


Comments

No comments written yet.

Please login to write comment.