Color Hex Logo

#e48dec Color Hex

#E48DEC
(228,141,236)
0 Favorites   0 Comments

Color spaces of #e48dec

RGB 228141236
HSL0.820.710.74
HSV295°40°93°
CMYK 0.030.400.00   0.07
XYZ56.660141.599984.4001
Yxy41.59990.31020.2277
Hunter Lab64.498043.9370-32.4365
CIE-Lab70.594247.5562-34.4202

#e48dec color RGB value is (228,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001101 11101100
Octal 344 215 354
Decimal 228 141 236
Hex E4 8D EC

RGB Percentages of Color #e48dec

%37.69
%23.31
%39.01

CMYK Percentages of Color #e48dec

%3
%40
%0
%7

Triadic Colors of #e48dec

#e48dec #ece48d #8dece4

Analogous Colors of #e48dec

#e48dec #ec8dc5 #b58dec

Monochromatic Colors of #e48dec

#e48dec

Complementary Color

#e48dec #95ec8d

#e48dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48dec Color CSS Codes

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

#e48dec Text Font Color

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

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


#e48dec Background Color

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

This div background color is #e48dec


#e48dec Border Color

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

This div border color is #e48dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48dec


Comments

No comments written yet.

Please login to write comment.