Color Hex Logo

#e8175d Color Hex

#E8175D
(232,23,93)
1 Favorites   0 Comments

Color spaces of #e8175d

RGB 2322393
HSL0.940.820.50
HSV340°90°91°
CMYK 0.000.900.60   0.09
XYZ35.560918.558912.0639
Yxy18.55890.53730.2804
Hunter Lab43.080071.954713.5528
CIE-Lab50.167175.083618.0219

#e8175d color RGB value is (232,23,93).

#e8175d hex color red value is 232, green value is 23 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e8175d hue: 0.94 , saturation: 0.82 and the lightness value of e8175d is 0.50.

The process color (four color CMYK) of #e8175d color hex is 0.00, 0.90, 0.60, 0.09. Web safe color of #e8175d is #ff0066. Color #e8175d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010111 01011101
Octal 350 27 135
Decimal 232 23 93
Hex E8 17 5D

RGB Percentages of Color #e8175d

%66.67
%6.61
%26.72

CMYK Percentages of Color #e8175d

%0
%90
%60
%9

Triadic Colors of #e8175d

#e8175d #5de817 #175de8

Analogous Colors of #e8175d

#e8175d #e83a17 #e817c6

Monochromatic Colors of #e8175d

#e8175d

Complementary Color

#e8175d #17e8a2

#e8175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8175d Color CSS Codes

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

#e8175d Text Font Color

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

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


#e8175d Background Color

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

This div background color is #e8175d


#e8175d Border Color

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

This div border color is #e8175d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,23,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8175d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8175d;
  -webkit-box-shadow: 1px 1px 3px 2px #e8175d;
  box-shadow:         1px 1px 3px 2px #e8175d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,23,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8175d


Comments

No comments written yet.

Please login to write comment.