Color Hex Logo

#e18765 Color Hex

#E18765
(225,135,101)
0 Favorites   0 Comments

Color spaces of #e18765

RGB 225135101
HSL0.050.670.64
HSV16°55°88°
CMYK 0.000.400.55   0.12
XYZ42.064334.275116.7106
Yxy34.27510.45210.3684
Hunter Lab58.544925.797924.0582
CIE-Lab65.180331.117032.8864

#e18765 color RGB value is (225,135,101).

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

The process color (four color CMYK) of #e18765 color hex is 0.00, 0.40, 0.55, 0.12. Web safe color of #e18765 is #cc9966. Color #e18765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 01100101
Octal 341 207 145
Decimal 225 135 101
Hex E1 87 65

RGB Percentages of Color #e18765

%48.81
%29.28
%21.91

CMYK Percentages of Color #e18765

%0
%40
%55
%12

Triadic Colors of #e18765

#e18765 #65e187 #8765e1

Analogous Colors of #e18765

#e18765 #e1c565 #e16581

Monochromatic Colors of #e18765

#e18765

Complementary Color

#e18765 #65bfe1

#e18765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18765 Color CSS Codes

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

#e18765 Text Font Color

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

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


#e18765 Background Color

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

This div background color is #e18765


#e18765 Border Color

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

This div border color is #e18765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18765


Comments

No comments written yet.

Please login to write comment.