Color Hex Logo

#e17cdc Color Hex

#E17CDC
(225,124,220)
0 Favorites   0 Comments

Color spaces of #e17cdc

RGB 225124220
HSL0.840.630.68
HSV303°45°88°
CMYK 0.000.450.02   0.12
XYZ51.177335.590271.8824
Yxy35.59020.32260.2243
Hunter Lab59.657548.7258-29.6793
CIE-Lab66.205652.4362-32.4138

#e17cdc color RGB value is (225,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11011100
Octal 341 174 334
Decimal 225 124 220
Hex E1 7C DC

RGB Percentages of Color #e17cdc

%39.54
%21.79
%38.66

CMYK Percentages of Color #e17cdc

%0
%45
%2
%12

Triadic Colors of #e17cdc

#e17cdc #dce17c #7cdce1

Analogous Colors of #e17cdc

#e17cdc #e17caa #b47ce1

Monochromatic Colors of #e17cdc

#e17cdc

Complementary Color

#e17cdc #7ce181

#e17cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cdc Color CSS Codes

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

#e17cdc Text Font Color

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

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


#e17cdc Background Color

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

This div background color is #e17cdc


#e17cdc Border Color

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

This div border color is #e17cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cdc


Comments

No comments written yet.

Please login to write comment.