Color Hex Logo

#e38bdf Color Hex

#E38BDF
(227,139,223)
0 Favorites   0 Comments

Color spaces of #e38bdf

RGB 227139223
HSL0.840.610.72
HSV303°39°89°
CMYK 0.000.390.02   0.11
XYZ54.230540.123874.6985
Yxy40.12380.32080.2373
Hunter Lab63.343441.9694-25.5782
CIE-Lab69.557645.9213-28.8796

#e38bdf color RGB value is (227,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11011111
Octal 343 213 337
Decimal 227 139 223
Hex E3 8B DF

RGB Percentages of Color #e38bdf

%38.54
%23.60
%37.86

CMYK Percentages of Color #e38bdf

%0
%39
%2
%11

Triadic Colors of #e38bdf

#e38bdf #dfe38b #8bdfe3

Analogous Colors of #e38bdf

#e38bdf #e38bb3 #bb8be3

Monochromatic Colors of #e38bdf

#e38bdf

Complementary Color

#e38bdf #8be38f

#e38bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bdf Color CSS Codes

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

#e38bdf Text Font Color

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

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


#e38bdf Background Color

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

This div background color is #e38bdf


#e38bdf Border Color

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

This div border color is #e38bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bdf


Comments

No comments written yet.

Please login to write comment.