Color Hex Logo

#e47dba Color Hex

#E47DBA
(228,125,186)
0 Favorites   0 Comments

Color spaces of #e47dba

RGB 228125186
HSL0.900.660.69
HSV324°45°89°
CMYK 0.000.450.18   0.11
XYZ48.191534.706450.6134
Yxy34.70640.36100.2600
Hunter Lab58.912142.9209-9.6995
CIE-Lab65.519447.3241-14.3779

#e47dba color RGB value is (228,125,186).

#e47dba hex color red value is 228, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e47dba hue: 0.90 , saturation: 0.66 and the lightness value of e47dba is 0.69.

The process color (four color CMYK) of #e47dba color hex is 0.00, 0.45, 0.18, 0.11. Web safe color of #e47dba is #cc66cc. Color #e47dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 10111010
Octal 344 175 272
Decimal 228 125 186
Hex E4 7D BA

RGB Percentages of Color #e47dba

%42.30
%23.19
%34.51

CMYK Percentages of Color #e47dba

%0
%45
%18
%11

Triadic Colors of #e47dba

#e47dba #bae47d #7dbae4

Analogous Colors of #e47dba

#e47dba #e47d87 #db7de4

Monochromatic Colors of #e47dba

#e47dba

Complementary Color

#e47dba #7de4a7

#e47dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47dba Color CSS Codes

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

#e47dba Text Font Color

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

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


#e47dba Background Color

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

This div background color is #e47dba


#e47dba Border Color

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

This div border color is #e47dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47dba


Comments

No comments written yet.

Please login to write comment.