Color Hex Logo

#e48cbd Color Hex

#E48CBD
(228,140,189)
0 Favorites   0 Comments

Color spaces of #e48cbd

RGB 228140189
HSL0.910.620.72
HSV327°39°89°
CMYK 0.000.390.17   0.11
XYZ50.558338.924352.9925
Yxy38.92430.35490.2732
Hunter Lab62.389335.4693-6.6874
CIE-Lab68.696440.0534-11.2908

#e48cbd color RGB value is (228,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 10111101
Octal 344 214 275
Decimal 228 140 189
Hex E4 8C BD

RGB Percentages of Color #e48cbd

%40.93
%25.13
%33.93

CMYK Percentages of Color #e48cbd

%0
%39
%17
%11

Triadic Colors of #e48cbd

#e48cbd #bde48c #8cbde4

Analogous Colors of #e48cbd

#e48cbd #e48c91 #df8ce4

Monochromatic Colors of #e48cbd

#e48cbd

Complementary Color

#e48cbd #8ce4b3

#e48cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cbd Color CSS Codes

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

#e48cbd Text Font Color

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

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


#e48cbd Background Color

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

This div background color is #e48cbd


#e48cbd Border Color

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

This div border color is #e48cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cbd


Comments

No comments written yet.

Please login to write comment.