Color Hex Logo

#e38bde Color Hex

#E38BDE
(227,139,222)
0 Favorites   0 Comments

Color spaces of #e38bde

RGB 227139222
HSL0.840.610.72
HSV303°39°89°
CMYK 0.000.390.02   0.11
XYZ54.096040.070173.9904
Yxy40.07010.32170.2383
Hunter Lab63.300941.7666-24.9915
CIE-Lab69.519445.7428-28.3863

#e38bde color RGB value is (227,139,222).

#e38bde hex color red value is 227, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e38bde hue: 0.84 , saturation: 0.61 and the lightness value of e38bde is 0.72.

The process color (four color CMYK) of #e38bde color hex is 0.00, 0.39, 0.02, 0.11. Web safe color of #e38bde is #cc99cc. Color #e38bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11011110
Octal 343 213 336
Decimal 227 139 222
Hex E3 8B DE

RGB Percentages of Color #e38bde

%38.61
%23.64
%37.76

CMYK Percentages of Color #e38bde

%0
%39
%2
%11

Triadic Colors of #e38bde

#e38bde #dee38b #8bdee3

Analogous Colors of #e38bde

#e38bde #e38bb2 #bc8be3

Monochromatic Colors of #e38bde

#e38bde

Complementary Color

#e38bde #8be390

#e38bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bde Color CSS Codes

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

#e38bde Text Font Color

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

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


#e38bde Background Color

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

This div background color is #e38bde


#e38bde Border Color

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

This div border color is #e38bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bde


Comments

No comments written yet.

Please login to write comment.