Color Hex Logo

#e17cbf Color Hex

#E17CBF
(225,124,191)
0 Favorites   0 Comments

Color spaces of #e17cbf

RGB 225124191
HSL0.890.630.68
HSV320°45°88°
CMYK 0.000.450.15   0.12
XYZ47.663034.184453.3764
Yxy34.18440.35250.2528
Hunter Lab58.467443.1963-13.2001
CIE-Lab65.108747.6318-17.8555

#e17cbf color RGB value is (225,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 10111111
Octal 341 174 277
Decimal 225 124 191
Hex E1 7C BF

RGB Percentages of Color #e17cbf

%41.67
%22.96
%35.37

CMYK Percentages of Color #e17cbf

%0
%45
%15
%12

Triadic Colors of #e17cbf

#e17cbf #bfe17c #7cbfe1

Analogous Colors of #e17cbf

#e17cbf #e17c8d #d17ce1

Monochromatic Colors of #e17cbf

#e17cbf

Complementary Color

#e17cbf #7ce19e

#e17cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cbf Color CSS Codes

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

#e17cbf Text Font Color

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

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


#e17cbf Background Color

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

This div background color is #e17cbf


#e17cbf Border Color

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

This div border color is #e17cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cbf


Comments

No comments written yet.

Please login to write comment.