Color Hex Logo

#e48cbf Color Hex

#E48CBF
(228,140,191)
0 Favorites   0 Comments

Color spaces of #e48cbf

RGB 228140191
HSL0.900.620.72
HSV325°39°89°
CMYK 0.000.390.16   0.11
XYZ50.777039.011754.1440
Yxy39.01170.35280.2710
Hunter Lab62.459335.8096-7.6751
CIE-Lab68.759740.3636-12.3129

#e48cbf color RGB value is (228,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 10111111
Octal 344 214 277
Decimal 228 140 191
Hex E4 8C BF

RGB Percentages of Color #e48cbf

%40.79
%25.04
%34.17

CMYK Percentages of Color #e48cbf

%0
%39
%16
%11

Triadic Colors of #e48cbf

#e48cbf #bfe48c #8cbfe4

Analogous Colors of #e48cbf

#e48cbf #e48c93 #dd8ce4

Monochromatic Colors of #e48cbf

#e48cbf

Complementary Color

#e48cbf #8ce4b1

#e48cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48cbf Color CSS Codes

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

#e48cbf Text Font Color

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

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


#e48cbf Background Color

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

This div background color is #e48cbf


#e48cbf Border Color

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

This div border color is #e48cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48cbf


Comments

No comments written yet.

Please login to write comment.