Color Hex Logo

#e26087 Color Hex

#E26087
(226,96,135)
0 Favorites   0 Comments

Color spaces of #e26087

RGB 22696135
HSL0.950.690.63
HSV342°58°89°
CMYK 0.000.580.40   0.11
XYZ39.920126.283825.8909
Yxy26.28380.43350.2854
Hunter Lab51.267749.27225.9452
CIE-Lab58.305554.16264.2069

#e26087 color RGB value is (226,96,135).

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

The process color (four color CMYK) of #e26087 color hex is 0.00, 0.58, 0.40, 0.11. Web safe color of #e26087 is #cc6699. Color #e26087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 10000111
Octal 342 140 207
Decimal 226 96 135
Hex E2 60 87

RGB Percentages of Color #e26087

%49.45
%21.01
%29.54

CMYK Percentages of Color #e26087

%0
%58
%40
%11

Triadic Colors of #e26087

#e26087 #87e260 #6087e2

Analogous Colors of #e26087

#e26087 #e27a60 #e260c8

Monochromatic Colors of #e26087

#e26087

Complementary Color

#e26087 #60e2bb

#e26087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26087 Color CSS Codes

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

#e26087 Text Font Color

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

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


#e26087 Background Color

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

This div background color is #e26087


#e26087 Border Color

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

This div border color is #e26087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26087


Comments

No comments written yet.

Please login to write comment.