Color Hex Logo

#e4acbc Color Hex

#E4ACBC
(228,172,188)
0 Favorites   0 Comments

Color spaces of #e4acbc

RGB 228172188
HSL0.950.510.78
HSV343°25°89°
CMYK 0.000.250.18   0.11
XYZ55.824549.629954.2142
Yxy49.62990.34960.3108
Hunter Lab70.448518.16143.6869
CIE-Lab75.841522.8595-0.1714

#e4acbc color RGB value is (228,172,188).

#e4acbc hex color red value is 228, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e4acbc hue: 0.95 , saturation: 0.51 and the lightness value of e4acbc is 0.78.

The process color (four color CMYK) of #e4acbc color hex is 0.00, 0.25, 0.18, 0.11. Web safe color of #e4acbc is #cc99cc. Color #e4acbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101100 10111100
Octal 344 254 274
Decimal 228 172 188
Hex E4 AC BC

RGB Percentages of Color #e4acbc

%38.78
%29.25
%31.97

CMYK Percentages of Color #e4acbc

%0
%25
%18
%11

Triadic Colors of #e4acbc

#e4acbc #bce4ac #acbce4

Analogous Colors of #e4acbc

#e4acbc #e4b8ac #e4acd8

Monochromatic Colors of #e4acbc

#e4acbc

Complementary Color

#e4acbc #ace4d4

#e4acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4acbc Color CSS Codes

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

#e4acbc Text Font Color

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

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


#e4acbc Background Color

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

This div background color is #e4acbc


#e4acbc Border Color

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

This div border color is #e4acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4acbc


Comments

No comments written yet.

Please login to write comment.