Color Hex Logo

#ea174d Color Hex

#EA174D
(234,23,77)
0 Favorites   0 Comments

Color spaces of #ea174d

RGB 2342377
HSL0.960.830.50
HSV345°90°92°
CMYK 0.000.900.67   0.08
XYZ35.577618.64108.7441
Yxy18.64100.56510.2961
Hunter Lab43.175271.532418.2149
CIE-Lab50.264574.720127.9616

#ea174d color RGB value is (234,23,77).

#ea174d hex color red value is 234, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea174d hue: 0.96 , saturation: 0.83 and the lightness value of ea174d is 0.50.

The process color (four color CMYK) of #ea174d color hex is 0.00, 0.90, 0.67, 0.08. Web safe color of #ea174d is #ff0066. Color #ea174d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 01001101
Octal 352 27 115
Decimal 234 23 77
Hex EA 17 4D

RGB Percentages of Color #ea174d

%70.06
%6.89
%23.05

CMYK Percentages of Color #ea174d

%0
%90
%67
%8

Triadic Colors of #ea174d

#ea174d #4dea17 #174dea

Analogous Colors of #ea174d

#ea174d #ea4b17 #ea17b7

Monochromatic Colors of #ea174d

#ea174d

Complementary Color

#ea174d #17eab4

#ea174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea174d Color CSS Codes

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

#ea174d Text Font Color

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

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


#ea174d Background Color

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

This div background color is #ea174d


#ea174d Border Color

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

This div border color is #ea174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea174d


Comments

No comments written yet.

Please login to write comment.