Color Hex Logo

#e28bec Color Hex

#E28BEC
(226,139,236)
0 Favorites   0 Comments

Color spaces of #e28bec

RGB 226139236
HSL0.820.720.74
HSV294°41°93°
CMYK 0.040.410.00   0.07
XYZ55.737040.690184.2732
Yxy40.69010.30840.2252
Hunter Lab63.788844.3383-33.6776
CIE-Lab69.958347.9995-35.4245

#e28bec color RGB value is (226,139,236).

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

The process color (four color CMYK) of #e28bec color hex is 0.04, 0.41, 0.00, 0.07. Web safe color of #e28bec is #cc99ff. Color #e28bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001011 11101100
Octal 342 213 354
Decimal 226 139 236
Hex E2 8B EC

RGB Percentages of Color #e28bec

%37.60
%23.13
%39.27

CMYK Percentages of Color #e28bec

%4
%41
%0
%7

Triadic Colors of #e28bec

#e28bec #ece28b #8bece2

Analogous Colors of #e28bec

#e28bec #ec8bc6 #b28bec

Monochromatic Colors of #e28bec

#e28bec

Complementary Color

#e28bec #95ec8b

#e28bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28bec Color CSS Codes

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

#e28bec Text Font Color

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

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


#e28bec Background Color

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

This div background color is #e28bec


#e28bec Border Color

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

This div border color is #e28bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28bec


Comments

No comments written yet.

Please login to write comment.