Color Hex Logo

#e28e65 Color Hex

#E28E65
(226,142,101)
0 Favorites   0 Comments

Color spaces of #e28e65

RGB 226142101
HSL0.050.680.64
HSV20°55°89°
CMYK 0.000.370.55   0.11
XYZ43.386036.454317.0616
Yxy36.45430.44770.3762
Hunter Lab60.377422.606125.5099
CIE-Lab66.865627.802735.0474

#e28e65 color RGB value is (226,142,101).

#e28e65 hex color red value is 226, green value is 142 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e28e65 hue: 0.05 , saturation: 0.68 and the lightness value of e28e65 is 0.64.

The process color (four color CMYK) of #e28e65 color hex is 0.00, 0.37, 0.55, 0.11. Web safe color of #e28e65 is #cc9966. Color #e28e65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001110 01100101
Octal 342 216 145
Decimal 226 142 101
Hex E2 8E 65

RGB Percentages of Color #e28e65

%48.19
%30.28
%21.54

CMYK Percentages of Color #e28e65

%0
%37
%55
%11

Triadic Colors of #e28e65

#e28e65 #65e28e #8e65e2

Analogous Colors of #e28e65

#e28e65 #e2cd65 #e2657b

Monochromatic Colors of #e28e65

#e28e65

Complementary Color

#e28e65 #65b9e2

#e28e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28e65 Color CSS Codes

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

#e28e65 Text Font Color

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

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


#e28e65 Background Color

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

This div background color is #e28e65


#e28e65 Border Color

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

This div border color is #e28e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28e65


Comments

No comments written yet.

Please login to write comment.