Color Hex Logo

#e17bde Color Hex

#E17BDE
(225,123,222)
0 Favorites   0 Comments

Color spaces of #e17bde

RGB 225123222
HSL0.840.630.68
HSV302°45°88°
CMYK 0.000.450.01   0.12
XYZ51.319135.447473.2445
Yxy35.44740.32070.2215
Hunter Lab59.537749.6688-31.2633
CIE-Lab66.095553.2860-33.6967

#e17bde color RGB value is (225,123,222).

#e17bde hex color red value is 225, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e17bde hue: 0.84 , saturation: 0.63 and the lightness value of e17bde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 11011110
Octal 341 173 336
Decimal 225 123 222
Hex E1 7B DE

RGB Percentages of Color #e17bde

%39.47
%21.58
%38.95

CMYK Percentages of Color #e17bde

%0
%45
%1
%12

Triadic Colors of #e17bde

#e17bde #dee17b #7bdee1

Analogous Colors of #e17bde

#e17bde #e17bab #b17be1

Monochromatic Colors of #e17bde

#e17bde

Complementary Color

#e17bde #7be17e

#e17bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bde Color CSS Codes

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

#e17bde Text Font Color

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

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


#e17bde Background Color

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

This div background color is #e17bde


#e17bde Border Color

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

This div border color is #e17bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,123,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bde


Comments

No comments written yet.

Please login to write comment.