Color Hex Logo

#72174d Color Hex

#72174D
(114,23,77)
0 Favorites   0 Comments

Color spaces of #72174d

RGB 1142377
HSL0.900.660.27
HSV324°80°45°
CMYK 0.000.800.32   0.55
XYZ8.58544.72607.4809
Yxy4.72600.41290.2273
Hunter Lab21.739432.4501-5.1852
CIE-Lab25.939443.5686-9.6052

#72174d color RGB value is (114,23,77).

#72174d hex color red value is 114, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #72174d hue: 0.90 , saturation: 0.66 and the lightness value of 72174d is 0.27.

The process color (four color CMYK) of #72174d color hex is 0.00, 0.80, 0.32, 0.55. Web safe color of #72174d is #660066. Color #72174d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 01001101
Octal 162 27 115
Decimal 114 23 77
Hex 72 17 4D

RGB Percentages of Color #72174d

%53.27
%10.75
%35.98

CMYK Percentages of Color #72174d

%0
%80
%32
%55

Triadic Colors of #72174d

#72174d #4d7217 #174d72

Analogous Colors of #72174d

#72174d #721720 #6a1772

Monochromatic Colors of #72174d

#72174d

Complementary Color

#72174d #17723c

#72174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72174d Color CSS Codes

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

#72174d Text Font Color

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

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


#72174d Background Color

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

This div background color is #72174d


#72174d Border Color

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

This div border color is #72174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72174d


Comments

No comments written yet.

Please login to write comment.