Color Hex Logo

#e47dca Color Hex

#E47DCA
(228,125,202)
0 Favorites   0 Comments

Color spaces of #e47dca

RGB 228125202
HSL0.880.660.69
HSV315°45°89°
CMYK 0.000.450.11   0.11
XYZ49.989235.425560.0802
Yxy35.42550.34360.2435
Hunter Lab59.519345.7601-18.1852
CIE-Lab66.078649.8111-22.5267

#e47dca color RGB value is (228,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11001010
Octal 344 175 312
Decimal 228 125 202
Hex E4 7D CA

RGB Percentages of Color #e47dca

%41.08
%22.52
%36.40

CMYK Percentages of Color #e47dca

%0
%45
%11
%11

Triadic Colors of #e47dca

#e47dca #cae47d #7dcae4

Analogous Colors of #e47dca

#e47dca #e47d97 #cb7de4

Monochromatic Colors of #e47dca

#e47dca

Complementary Color

#e47dca #7de497

#e47dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47dca Color CSS Codes

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

#e47dca Text Font Color

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

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


#e47dca Background Color

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

This div background color is #e47dca


#e47dca Border Color

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

This div border color is #e47dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47dca


Comments

No comments written yet.

Please login to write comment.