Color Hex Logo

#e38bec Color Hex

#E38BEC
(227,139,236)
0 Favorites   0 Comments

Color spaces of #e38bec

RGB 227139236
HSL0.820.720.74
HSV294°41°93°
CMYK 0.040.410.00   0.07
XYZ56.051540.852384.2879
Yxy40.85230.30930.2255
Hunter Lab63.915844.6844-33.4466
CIE-Lab70.072348.2936-35.2385

#e38bec color RGB value is (227,139,236).

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

The process color (four color CMYK) of #e38bec color hex is 0.04, 0.41, 0.00, 0.07. Web safe color of #e38bec is #cc99ff. Color #e38bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 11101100
Octal 343 213 354
Decimal 227 139 236
Hex E3 8B EC

RGB Percentages of Color #e38bec

%37.71
%23.09
%39.20

CMYK Percentages of Color #e38bec

%4
%41
%0
%7

Triadic Colors of #e38bec

#e38bec #ece38b #8bece3

Analogous Colors of #e38bec

#e38bec #ec8bc5 #b38bec

Monochromatic Colors of #e38bec

#e38bec

Complementary Color

#e38bec #94ec8b

#e38bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38bec Color CSS Codes

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

#e38bec Text Font Color

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

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


#e38bec Background Color

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

This div background color is #e38bec


#e38bec Border Color

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

This div border color is #e38bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38bec


Comments

No comments written yet.

Please login to write comment.