Color Hex Logo

#e48cdb Color Hex

#E48CDB
(228,140,219)
0 Favorites   0 Comments

Color spaces of #e48cdb

RGB 228140219
HSL0.850.620.72
HSV306°39°89°
CMYK 0.000.390.04   0.11
XYZ54.159240.364671.9545
Yxy40.36460.32530.2425
Hunter Lab63.533140.9804-22.6757
CIE-Lab69.728445.0032-26.3982

#e48cdb color RGB value is (228,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 11011011
Octal 344 214 333
Decimal 228 140 219
Hex E4 8C DB

RGB Percentages of Color #e48cdb

%38.84
%23.85
%37.31

CMYK Percentages of Color #e48cdb

%0
%39
%4
%11

Triadic Colors of #e48cdb

#e48cdb #dbe48c #8cdbe4

Analogous Colors of #e48cdb

#e48cdb #e48caf #c18ce4

Monochromatic Colors of #e48cdb

#e48cdb

Complementary Color

#e48cdb #8ce495

#e48cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cdb Color CSS Codes

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

#e48cdb Text Font Color

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

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


#e48cdb Background Color

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

This div background color is #e48cdb


#e48cdb Border Color

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

This div border color is #e48cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,140,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cdb


Comments

No comments written yet.

Please login to write comment.