Color Hex Logo

#ee173d Color Hex

#EE173D
(238,23,61)
0 Favorites   0 Comments

Color spaces of #ee173d

RGB 2382361
HSL0.970.860.51
HSV349°90°93°
CMYK 0.000.900.74   0.07
XYZ36.408619.12696.1878
Yxy19.12690.58990.3099
Hunter Lab43.734372.065322.2253
CIE-Lab50.835375.043638.3400

#ee173d color RGB value is (238,23,61).

#ee173d hex color red value is 238, green value is 23 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ee173d hue: 0.97 , saturation: 0.86 and the lightness value of ee173d is 0.51.

The process color (four color CMYK) of #ee173d color hex is 0.00, 0.90, 0.74, 0.07. Web safe color of #ee173d is #ff0033. Color #ee173d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010111 00111101
Octal 356 27 75
Decimal 238 23 61
Hex EE 17 3D

RGB Percentages of Color #ee173d

%73.91
%7.14
%18.94

CMYK Percentages of Color #ee173d

%0
%90
%74
%7

Triadic Colors of #ee173d

#ee173d #3dee17 #173dee

Analogous Colors of #ee173d

#ee173d #ee5d17 #ee17a9

Monochromatic Colors of #ee173d

#ee173d

Complementary Color

#ee173d #17eec8

#ee173d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee173d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee173d Color CSS Codes

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

#ee173d Text Font Color

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

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


#ee173d Background Color

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

This div background color is #ee173d


#ee173d Border Color

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

This div border color is #ee173d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee173d


Comments

No comments written yet.

Please login to write comment.