Color Hex Logo

#e28bed Color Hex

#E28BED
(226,139,237)
0 Favorites   0 Comments

Color spaces of #e28bed

RGB 226139237
HSL0.810.730.74
HSV293°41°93°
CMYK 0.050.410.00   0.07
XYZ55.882740.748485.0407
Yxy40.74840.30760.2243
Hunter Lab63.834544.5542-34.3024
CIE-Lab69.999348.1870-35.9095

#e28bed color RGB value is (226,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001011 11101101
Octal 342 213 355
Decimal 226 139 237
Hex E2 8B ED

RGB Percentages of Color #e28bed

%37.54
%23.09
%39.37

CMYK Percentages of Color #e28bed

%5
%41
%0
%7

Triadic Colors of #e28bed

#e28bed #ede28b #8bede2

Analogous Colors of #e28bed

#e28bed #ed8bc7 #b18bed

Monochromatic Colors of #e28bed

#e28bed

Complementary Color

#e28bed #96ed8b

#e28bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28bed Color CSS Codes

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

#e28bed Text Font Color

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

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


#e28bed Background Color

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

This div background color is #e28bed


#e28bed Border Color

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

This div border color is #e28bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28bed


Comments

No comments written yet.

Please login to write comment.