Color Hex Logo

#71234b Color Hex

#71234B
(113,35,75)
0 Favorites   0 Comments

Color spaces of #71234b

RGB 1133575
HSL0.910.530.29
HSV329°69°44°
CMYK 0.000.690.34   0.56
XYZ8.68115.22087.2068
Yxy5.22080.41130.2473
Hunter Lab22.849127.8320-2.7062
CIE-Lab27.354838.2985-6.1520

#71234b color RGB value is (113,35,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 01001011
Octal 161 43 113
Decimal 113 35 75
Hex 71 23 4B

RGB Percentages of Color #71234b

%50.67
%15.70
%33.63

CMYK Percentages of Color #71234b

%0
%69
%34
%56

Triadic Colors of #71234b

#71234b #4b7123 #234b71

Analogous Colors of #71234b

#71234b #712324 #702371

Monochromatic Colors of #71234b

#71234b

Complementary Color

#71234b #237149

#71234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71234b Color CSS Codes

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

#71234b Text Font Color

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

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


#71234b Background Color

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

This div background color is #71234b


#71234b Border Color

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

This div border color is #71234b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71234b


Comments

No comments written yet.

Please login to write comment.