Color Hex Logo

#e17dbc Color Hex

#E17DBC
(225,125,188)
0 Favorites   0 Comments

Color spaces of #e17dbc

RGB 225125188
HSL0.900.630.69
HSV322°44°88°
CMYK 0.000.440.16   0.12
XYZ47.462134.305651.6971
Yxy34.30560.35560.2570
Hunter Lab58.571042.1455-11.3320
CIE-Lab65.204446.6602-16.0190

#e17dbc color RGB value is (225,125,188).

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

The process color (four color CMYK) of #e17dbc color hex is 0.00, 0.44, 0.16, 0.12. Web safe color of #e17dbc is #cc66cc. Color #e17dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 10111100
Octal 341 175 274
Decimal 225 125 188
Hex E1 7D BC

RGB Percentages of Color #e17dbc

%41.82
%23.23
%34.94

CMYK Percentages of Color #e17dbc

%0
%44
%16
%12

Triadic Colors of #e17dbc

#e17dbc #bce17d #7dbce1

Analogous Colors of #e17dbc

#e17dbc #e17d8a #d47de1

Monochromatic Colors of #e17dbc

#e17dbc

Complementary Color

#e17dbc #7de1a2

#e17dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dbc Color CSS Codes

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

#e17dbc Text Font Color

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

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


#e17dbc Background Color

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

This div background color is #e17dbc


#e17dbc Border Color

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

This div border color is #e17dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,125,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 #e17dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dbc

#e17dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.