Color Hex Logo

#e28465 Color Hex

#E28465
(226,132,101)
0 Favorites   0 Comments

Color spaces of #e28465

RGB 226132101
HSL0.040.680.64
HSV15°55°89°
CMYK 0.000.420.55   0.11
XYZ41.964333.610916.5877
Yxy33.61090.45530.3647
Hunter Lab57.974927.748623.6185
CIE-Lab64.652533.089832.2395

#e28465 color RGB value is (226,132,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 01100101
Octal 342 204 145
Decimal 226 132 101
Hex E2 84 65

RGB Percentages of Color #e28465

%49.24
%28.76
%22.00

CMYK Percentages of Color #e28465

%0
%42
%55
%11

Triadic Colors of #e28465

#e28465 #65e284 #8465e2

Analogous Colors of #e28465

#e28465 #e2c365 #e26585

Monochromatic Colors of #e28465

#e28465

Complementary Color

#e28465 #65c3e2

#e28465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28465 Color CSS Codes

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

#e28465 Text Font Color

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

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


#e28465 Background Color

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

This div background color is #e28465


#e28465 Border Color

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

This div border color is #e28465


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,132,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 #e28465">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28465


Comments

No comments written yet.

Please login to write comment.