Color Hex Logo

#e27e7d Color Hex

#E27E7D
(226,126,125)
0 Favorites   0 Comments

Color spaces of #e27e7d

RGB 226126125
HSL0.000.640.69
HSV45°89°
CMYK 0.000.440.45   0.11
XYZ42.526632.571123.4475
Yxy32.57110.43150.3305
Hunter Lab57.071133.135115.5906
CIE-Lab63.812138.405417.7284

#e27e7d color RGB value is (226,126,125).

#e27e7d hex color red value is 226, green value is 126 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e27e7d hue: 0.00 , saturation: 0.64 and the lightness value of e27e7d is 0.69.

The process color (four color CMYK) of #e27e7d color hex is 0.00, 0.44, 0.45, 0.11. Web safe color of #e27e7d is #cc6666. Color #e27e7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 01111101
Octal 342 176 175
Decimal 226 126 125
Hex E2 7E 7D

RGB Percentages of Color #e27e7d

%47.38
%26.42
%26.21

CMYK Percentages of Color #e27e7d

%0
%44
%45
%11

Triadic Colors of #e27e7d

#e27e7d #7de27e #7e7de2

Analogous Colors of #e27e7d

#e27e7d #e2b17d #e27daf

Monochromatic Colors of #e27e7d

#e27e7d

Complementary Color

#e27e7d #7de1e2

#e27e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27e7d Color CSS Codes

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

#e27e7d Text Font Color

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

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


#e27e7d Background Color

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

This div background color is #e27e7d


#e27e7d Border Color

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

This div border color is #e27e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27e7d


Comments

No comments written yet.

Please login to write comment.