Color Hex Logo

#e6175d Color Hex

#E6175D
(230,23,93)
0 Favorites   0 Comments

Color spaces of #e6175d

RGB 2302393
HSL0.940.820.50
HSV340°90°90°
CMYK 0.000.900.60   0.10
XYZ34.915318.226112.0337
Yxy18.22610.53570.2796
Hunter Lab42.692071.273613.1722
CIE-Lab49.769274.605017.4161

#e6175d color RGB value is (230,23,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010111 01011101
Octal 346 27 135
Decimal 230 23 93
Hex E6 17 5D

RGB Percentages of Color #e6175d

%66.47
%6.65
%26.88

CMYK Percentages of Color #e6175d

%0
%90
%60
%10

Triadic Colors of #e6175d

#e6175d #5de617 #175de6

Analogous Colors of #e6175d

#e6175d #e63917 #e617c5

Monochromatic Colors of #e6175d

#e6175d

Complementary Color

#e6175d #17e6a0

#e6175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6175d Color CSS Codes

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

#e6175d Text Font Color

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

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


#e6175d Background Color

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

This div background color is #e6175d


#e6175d Border Color

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

This div border color is #e6175d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,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 #e6175d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6175d


Comments

No comments written yet.

Please login to write comment.