Color Hex Logo

#71244b Color Hex

#71244B
(113,36,75)
0 Favorites   0 Comments

Color spaces of #71244b

RGB 1133675
HSL0.920.520.29
HSV330°68°44°
CMYK 0.000.680.34   0.56
XYZ8.71095.28057.2167
Yxy5.28050.41070.2490
Hunter Lab22.979327.4511-2.5346
CIE-Lab27.519437.8462-5.9052

#71244b color RGB value is (113,36,75).

#71244b hex color red value is 113, green value is 36 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71244b hue: 0.92 , saturation: 0.52 and the lightness value of 71244b is 0.29.

The process color (four color CMYK) of #71244b color hex is 0.00, 0.68, 0.34, 0.56. Web safe color of #71244b is #663333. Color #71244b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 01001011
Octal 161 44 113
Decimal 113 36 75
Hex 71 24 4B

RGB Percentages of Color #71244b

%50.45
%16.07
%33.48

CMYK Percentages of Color #71244b

%0
%68
%34
%56

Triadic Colors of #71244b

#71244b #4b7124 #244b71

Analogous Colors of #71244b

#71244b #712424 #712471

Monochromatic Colors of #71244b

#71244b

Complementary Color

#71244b #24714a

#71244b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71244b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71244b Color CSS Codes

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

#71244b Text Font Color

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

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


#71244b Background Color

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

This div background color is #71244b


#71244b Border Color

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

This div border color is #71244b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,36,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71244b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71244b;
  -webkit-box-shadow: 1px 1px 3px 2px #71244b;
  box-shadow:         1px 1px 3px 2px #71244b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,36,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71244b


Comments

No comments written yet.

Please login to write comment.