Color Hex Logo

#e26074 Color Hex

#E26074
(226,96,116)
0 Favorites   0 Comments

Color spaces of #e26074

RGB 22696116
HSL0.970.690.63
HSV351°58°89°
CMYK 0.000.580.49   0.11
XYZ38.699325.795419.4623
Yxy25.79540.46090.3072
Hunter Lab50.789247.128712.8326
CIE-Lab57.842352.302314.6531

#e26074 color RGB value is (226,96,116).

#e26074 hex color red value is 226, green value is 96 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e26074 hue: 0.97 , saturation: 0.69 and the lightness value of e26074 is 0.63.

The process color (four color CMYK) of #e26074 color hex is 0.00, 0.58, 0.49, 0.11. Web safe color of #e26074 is #cc6666. Color #e26074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 01110100
Octal 342 140 164
Decimal 226 96 116
Hex E2 60 74

RGB Percentages of Color #e26074

%51.60
%21.92
%26.48

CMYK Percentages of Color #e26074

%0
%58
%49
%11

Triadic Colors of #e26074

#e26074 #74e260 #6074e2

Analogous Colors of #e26074

#e26074 #e28d60 #e260b5

Monochromatic Colors of #e26074

#e26074

Complementary Color

#e26074 #60e2ce

#e26074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26074 Color CSS Codes

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

#e26074 Text Font Color

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

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


#e26074 Background Color

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

This div background color is #e26074


#e26074 Border Color

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

This div border color is #e26074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26074


Comments

No comments written yet.

Please login to write comment.