Color Hex Logo

#e38edc Color Hex

#E38EDC
(227,142,220)
0 Favorites   0 Comments

Color spaces of #e38edc

RGB 227142220
HSL0.850.600.72
HSV305°37°89°
CMYK 0.000.370.03   0.11
XYZ54.269840.844272.7335
Yxy40.84420.32330.2433
Hunter Lab63.909539.7347-22.7396
CIE-Lab70.066643.8275-26.4415

#e38edc color RGB value is (227,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001110 11011100
Octal 343 216 334
Decimal 227 142 220
Hex E3 8E DC

RGB Percentages of Color #e38edc

%38.54
%24.11
%37.35

CMYK Percentages of Color #e38edc

%0
%37
%3
%11

Triadic Colors of #e38edc

#e38edc #dce38e #8edce3

Analogous Colors of #e38edc

#e38edc #e38eb2 #c08ee3

Monochromatic Colors of #e38edc

#e38edc

Complementary Color

#e38edc #8ee395

#e38edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38edc Color CSS Codes

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

#e38edc Text Font Color

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

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


#e38edc Background Color

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

This div background color is #e38edc


#e38edc Border Color

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

This div border color is #e38edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,142,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 #e38edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38edc


Comments

No comments written yet.

Please login to write comment.