Color Hex Logo

#71356b Color Hex

#71356B
(113,53,107)
0 Favorites   0 Comments

Color spaces of #71356b

RGB 11353107
HSL0.850.360.33
HSV306°53°44°
CMYK 0.000.530.05   0.56
XYZ10.73707.118514.7180
Yxy7.11850.32960.2185
Hunter Lab26.680525.1426-14.0303
CIE-Lab32.075234.4840-19.7540

#71356b color RGB value is (113,53,107).

#71356b hex color red value is 113, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71356b hue: 0.85 , saturation: 0.36 and the lightness value of 71356b is 0.33.

The process color (four color CMYK) of #71356b color hex is 0.00, 0.53, 0.05, 0.56. Web safe color of #71356b is #663366. Color #71356b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 01101011
Octal 161 65 153
Decimal 113 53 107
Hex 71 35 6B

RGB Percentages of Color #71356b

%41.39
%19.41
%39.19

CMYK Percentages of Color #71356b

%0
%53
%5
%56

Triadic Colors of #71356b

#71356b #6b7135 #356b71

Analogous Colors of #71356b

#71356b #71354d #593571

Monochromatic Colors of #71356b

#71356b

Complementary Color

#71356b #35713b

#71356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71356b Color CSS Codes

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

#71356b Text Font Color

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

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


#71356b Background Color

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

This div background color is #71356b


#71356b Border Color

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

This div border color is #71356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71356b


Comments

No comments written yet.

Please login to write comment.