Color Hex Logo

#e17ccb Color Hex

#E17CCB
(225,124,203)
0 Favorites   0 Comments

Color spaces of #e17ccb

RGB 225124203
HSL0.870.630.68
HSV313°45°88°
CMYK 0.000.450.10   0.12
XYZ49.038534.734760.6198
Yxy34.73470.33960.2406
Hunter Lab58.936245.3847-19.7285
CIE-Lab65.541649.5509-23.9422

#e17ccb color RGB value is (225,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11001011
Octal 341 174 313
Decimal 225 124 203
Hex E1 7C CB

RGB Percentages of Color #e17ccb

%40.76
%22.46
%36.78

CMYK Percentages of Color #e17ccb

%0
%45
%10
%12

Triadic Colors of #e17ccb

#e17ccb #cbe17c #7ccbe1

Analogous Colors of #e17ccb

#e17ccb #e17c99 #c57ce1

Monochromatic Colors of #e17ccb

#e17ccb

Complementary Color

#e17ccb #7ce192

#e17ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ccb Color CSS Codes

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

#e17ccb Text Font Color

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

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


#e17ccb Background Color

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

This div background color is #e17ccb


#e17ccb Border Color

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

This div border color is #e17ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ccb


Comments

No comments written yet.

Please login to write comment.