Color Hex Logo

#e17bdb Color Hex

#E17BDB
(225,123,219)
0 Favorites   0 Comments

Color spaces of #e17bdb

RGB 225123219
HSL0.840.630.68
HSV304°45°88°
CMYK 0.000.450.03   0.12
XYZ50.920535.287971.1453
Yxy35.28790.32360.2243
Hunter Lab59.403649.0530-29.4267
CIE-Lab65.972252.7607-32.2189

#e17bdb color RGB value is (225,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 11011011
Octal 341 173 333
Decimal 225 123 219
Hex E1 7B DB

RGB Percentages of Color #e17bdb

%39.68
%21.69
%38.62

CMYK Percentages of Color #e17bdb

%0
%45
%3
%12

Triadic Colors of #e17bdb

#e17bdb #dbe17b #7bdbe1

Analogous Colors of #e17bdb

#e17bdb #e17ba8 #b47be1

Monochromatic Colors of #e17bdb

#e17bdb

Complementary Color

#e17bdb #7be181

#e17bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bdb Color CSS Codes

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

#e17bdb Text Font Color

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

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


#e17bdb Background Color

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

This div background color is #e17bdb


#e17bdb Border Color

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

This div border color is #e17bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bdb


Comments

No comments written yet.

Please login to write comment.