Color Hex Logo

#e28baf Color Hex

#E28BAF
(226,139,175)
0 Favorites   0 Comments

Color spaces of #e28baf

RGB 226139175
HSL0.930.600.72
HSV335°38°89°
CMYK 0.000.380.23   0.11
XYZ48.334537.729145.2924
Yxy37.72910.36800.2872
Hunter Lab61.424032.9694-0.7220
CIE-Lab67.820537.7998-4.7792

#e28baf color RGB value is (226,139,175).

#e28baf hex color red value is 226, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e28baf hue: 0.93 , saturation: 0.60 and the lightness value of e28baf is 0.72.

The process color (four color CMYK) of #e28baf color hex is 0.00, 0.38, 0.23, 0.11. Web safe color of #e28baf is #cc9999. Color #e28baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001011 10101111
Octal 342 213 257
Decimal 226 139 175
Hex E2 8B AF

RGB Percentages of Color #e28baf

%41.85
%25.74
%32.41

CMYK Percentages of Color #e28baf

%0
%38
%23
%11

Triadic Colors of #e28baf

#e28baf #afe28b #8bafe2

Analogous Colors of #e28baf

#e28baf #e2938b #e28bdb

Monochromatic Colors of #e28baf

#e28baf

Complementary Color

#e28baf #8be2be

#e28baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28baf Color CSS Codes

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

#e28baf Text Font Color

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

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


#e28baf Background Color

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

This div background color is #e28baf


#e28baf Border Color

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

This div border color is #e28baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28baf


Comments

No comments written yet.

Please login to write comment.