Color Hex Logo

#e173cd Color Hex

#E173CD
(225,115,205)
0 Favorites   0 Comments

Color spaces of #e173cd

RGB 225115205
HSL0.860.650.67
HSV311°49°88°
CMYK 0.000.490.09   0.12
XYZ48.201532.676861.5244
Yxy32.67680.33850.2295
Hunter Lab57.163650.4784-23.7985
CIE-Lab63.898454.3391-27.5897

#e173cd color RGB value is (225,115,205).

#e173cd hex color red value is 225, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e173cd hue: 0.86 , saturation: 0.65 and the lightness value of e173cd is 0.67.

The process color (four color CMYK) of #e173cd color hex is 0.00, 0.49, 0.09, 0.12. Web safe color of #e173cd is #cc66cc. Color #e173cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 11001101
Octal 341 163 315
Decimal 225 115 205
Hex E1 73 CD

RGB Percentages of Color #e173cd

%41.28
%21.10
%37.61

CMYK Percentages of Color #e173cd

%0
%49
%9
%12

Triadic Colors of #e173cd

#e173cd #cde173 #73cde1

Analogous Colors of #e173cd

#e173cd #e17396 #be73e1

Monochromatic Colors of #e173cd

#e173cd

Complementary Color

#e173cd #73e187

#e173cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173cd Color CSS Codes

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

#e173cd Text Font Color

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

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


#e173cd Background Color

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

This div background color is #e173cd


#e173cd Border Color

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

This div border color is #e173cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173cd


Comments

No comments written yet.

Please login to write comment.