Color Hex Logo

#e17bbd Color Hex

#E17BBD
(225,123,189)
0 Favorites   0 Comments

Color spaces of #e17bbd

RGB 225123189
HSL0.890.630.68
HSV321°45°88°
CMYK 0.000.450.16   0.12
XYZ47.319633.847652.1833
Yxy33.84760.35490.2538
Hunter Lab58.178743.3702-12.4550
CIE-Lab64.841447.8275-17.1325

#e17bbd color RGB value is (225,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 10111101
Octal 341 173 275
Decimal 225 123 189
Hex E1 7B BD

RGB Percentages of Color #e17bbd

%41.90
%22.91
%35.20

CMYK Percentages of Color #e17bbd

%0
%45
%16
%12

Triadic Colors of #e17bbd

#e17bbd #bde17b #7bbde1

Analogous Colors of #e17bbd

#e17bbd #e17b8a #d27be1

Monochromatic Colors of #e17bbd

#e17bbd

Complementary Color

#e17bbd #7be19f

#e17bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bbd Color CSS Codes

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

#e17bbd Text Font Color

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

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


#e17bbd Background Color

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

This div background color is #e17bbd


#e17bbd Border Color

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

This div border color is #e17bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bbd


Comments

No comments written yet.

Please login to write comment.