Color Hex Logo

#e38bdb Color Hex

#E38BDB
(227,139,219)
0 Favorites   0 Comments

Color spaces of #e38bdb

RGB 227139219
HSL0.850.610.72
HSV305°39°89°
CMYK 0.000.390.04   0.11
XYZ53.697439.910671.8912
Yxy39.91060.32450.2412
Hunter Lab63.174841.1656-23.2480
CIE-Lab69.405845.2123-26.9033

#e38bdb color RGB value is (227,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11011011
Octal 343 213 333
Decimal 227 139 219
Hex E3 8B DB

RGB Percentages of Color #e38bdb

%38.80
%23.76
%37.44

CMYK Percentages of Color #e38bdb

%0
%39
%4
%11

Triadic Colors of #e38bdb

#e38bdb #dbe38b #8bdbe3

Analogous Colors of #e38bdb

#e38bdb #e38baf #bf8be3

Monochromatic Colors of #e38bdb

#e38bdb

Complementary Color

#e38bdb #8be393

#e38bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bdb Color CSS Codes

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

#e38bdb Text Font Color

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

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


#e38bdb Background Color

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

This div background color is #e38bdb


#e38bdb Border Color

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

This div border color is #e38bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bdb


Comments

No comments written yet.

Please login to write comment.