Color Hex Logo

#e38bdc Color Hex

#E38BDC
(227,139,220)
0 Favorites   0 Comments

Color spaces of #e38bdc

RGB 227139220
HSL0.850.610.72
HSV305°39°89°
CMYK 0.000.390.03   0.11
XYZ53.829439.963472.5867
Yxy39.96340.32350.2402
Hunter Lab63.216641.3650-23.8265
CIE-Lab69.443545.3885-27.3982

#e38bdc color RGB value is (227,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11011100
Octal 343 213 334
Decimal 227 139 220
Hex E3 8B DC

RGB Percentages of Color #e38bdc

%38.74
%23.72
%37.54

CMYK Percentages of Color #e38bdc

%0
%39
%3
%11

Triadic Colors of #e38bdc

#e38bdc #dce38b #8bdce3

Analogous Colors of #e38bdc

#e38bdc #e38bb0 #be8be3

Monochromatic Colors of #e38bdc

#e38bdc

Complementary Color

#e38bdc #8be392

#e38bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bdc Color CSS Codes

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

#e38bdc Text Font Color

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

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


#e38bdc Background Color

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

This div background color is #e38bdc


#e38bdc Border Color

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

This div border color is #e38bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bdc


Comments

No comments written yet.

Please login to write comment.