Color Hex Logo

#e1b27d Color Hex

#E1B27D
(225,178,125)
0 Favorites   0 Comments

Color spaces of #e1b27d

RGB 225178125
HSL0.090.630.69
HSV32°44°88°
CMYK 0.000.210.44   0.12
XYZ50.673449.329026.2527
Yxy49.32900.40140.3907
Hunter Lab70.23465.875027.0025
CIE-Lab75.655510.364233.5463

#e1b27d color RGB value is (225,178,125).

#e1b27d hex color red value is 225, green value is 178 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e1b27d hue: 0.09 , saturation: 0.63 and the lightness value of e1b27d is 0.69.

The process color (four color CMYK) of #e1b27d color hex is 0.00, 0.21, 0.44, 0.12. Web safe color of #e1b27d is #cc9966. Color #e1b27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110010 01111101
Octal 341 262 175
Decimal 225 178 125
Hex E1 B2 7D

RGB Percentages of Color #e1b27d

%42.61
%33.71
%23.67

CMYK Percentages of Color #e1b27d

%0
%21
%44
%12

Triadic Colors of #e1b27d

#e1b27d #7de1b2 #b27de1

Analogous Colors of #e1b27d

#e1b27d #dee17d #e1807d

Monochromatic Colors of #e1b27d

#e1b27d

Complementary Color

#e1b27d #7dace1

#e1b27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b27d Color CSS Codes

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

#e1b27d Text Font Color

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

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


#e1b27d Background Color

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

This div background color is #e1b27d


#e1b27d Border Color

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

This div border color is #e1b27d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,178,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b27d


Comments

No comments written yet.

Please login to write comment.