Color Hex Logo

#71334b Color Hex

#71334B
(113,51,75)
0 Favorites   0 Comments

Color spaces of #71334b

RGB 1135175
HSL0.940.380.32
HSV337°55°44°
CMYK 0.000.550.34   0.56
XYZ9.26396.38647.4010
Yxy6.38640.40190.2771
Hunter Lab25.271321.20930.3262
CIE-Lab30.367130.2445-1.6786

#71334b color RGB value is (113,51,75).

#71334b hex color red value is 113, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71334b hue: 0.94 , saturation: 0.38 and the lightness value of 71334b is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 01001011
Octal 161 63 113
Decimal 113 51 75
Hex 71 33 4B

RGB Percentages of Color #71334b

%47.28
%21.34
%31.38

CMYK Percentages of Color #71334b

%0
%55
%34
%56

Triadic Colors of #71334b

#71334b #4b7133 #334b71

Analogous Colors of #71334b

#71334b #713a33 #71336a

Monochromatic Colors of #71334b

#71334b

Complementary Color

#71334b #337159

#71334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71334b Color CSS Codes

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

#71334b Text Font Color

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

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


#71334b Background Color

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

This div background color is #71334b


#71334b Border Color

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

This div border color is #71334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71334b


Comments

No comments written yet.

Please login to write comment.