Color Hex Logo

#e17cbe Color Hex

#E17CBE
(225,124,190)
0 Favorites   0 Comments

Color spaces of #e17cbe

RGB 225124190
HSL0.890.630.68
HSV321°45°88°
CMYK 0.000.450.16   0.12
XYZ47.553334.140652.7987
Yxy34.14060.35360.2538
Hunter Lab58.430043.0200-12.6749
CIE-Lab65.074047.4762-17.3443

#e17cbe color RGB value is (225,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 10111110
Octal 341 174 276
Decimal 225 124 190
Hex E1 7C BE

RGB Percentages of Color #e17cbe

%41.74
%23.01
%35.25

CMYK Percentages of Color #e17cbe

%0
%45
%16
%12

Triadic Colors of #e17cbe

#e17cbe #bee17c #7cbee1

Analogous Colors of #e17cbe

#e17cbe #e17c8c #d27ce1

Monochromatic Colors of #e17cbe

#e17cbe

Complementary Color

#e17cbe #7ce19f

#e17cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cbe Color CSS Codes

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

#e17cbe Text Font Color

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

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


#e17cbe Background Color

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

This div background color is #e17cbe


#e17cbe Border Color

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

This div border color is #e17cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cbe


Comments

No comments written yet.

Please login to write comment.