Color Hex Logo

#e48cec Color Hex

#E48CEC
(228,140,236)
0 Favorites   0 Comments

Color spaces of #e48cec

RGB 228140236
HSL0.820.720.74
HSV295°41°93°
CMYK 0.030.410.00   0.07
XYZ56.513341.306384.3512
Yxy41.30630.31020.2267
Hunter Lab64.270044.4846-32.8262
CIE-Lab70.390048.0726-34.7368

#e48cec color RGB value is (228,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 11101100
Octal 344 214 354
Decimal 228 140 236
Hex E4 8C EC

RGB Percentages of Color #e48cec

%37.75
%23.18
%39.07

CMYK Percentages of Color #e48cec

%3
%41
%0
%7

Triadic Colors of #e48cec

#e48cec #ece48c #8cece4

Analogous Colors of #e48cec

#e48cec #ec8cc4 #b48cec

Monochromatic Colors of #e48cec

#e48cec

Complementary Color

#e48cec #94ec8c

#e48cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cec Color CSS Codes

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

#e48cec Text Font Color

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

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


#e48cec Background Color

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

This div background color is #e48cec


#e48cec Border Color

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

This div border color is #e48cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cec


Comments

No comments written yet.

Please login to write comment.