Color Hex Logo

#71437d Color Hex

#71437D
(113,67,125)
0 Favorites   0 Comments

Color spaces of #71437d

RGB 11367125
HSL0.800.300.38
HSV288°46°49°
CMYK 0.100.460.00   0.51
XYZ12.51899.005720.4805
Yxy9.00570.29800.2144
Hunter Lab30.009521.9473-19.4568
CIE-Lab35.995330.2798-24.9457

#71437d color RGB value is (113,67,125).

#71437d hex color red value is 113, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #71437d hue: 0.80 , saturation: 0.30 and the lightness value of 71437d is 0.38.

The process color (four color CMYK) of #71437d color hex is 0.10, 0.46, 0.00, 0.51. Web safe color of #71437d is #663366. Color #71437d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000011 01111101
Octal 161 103 175
Decimal 113 67 125
Hex 71 43 7D

RGB Percentages of Color #71437d

%37.05
%21.97
%40.98

CMYK Percentages of Color #71437d

%10
%46
%0
%51

Triadic Colors of #71437d

#71437d #7d7143 #437d71

Analogous Colors of #71437d

#71437d #7d436c #54437d

Monochromatic Colors of #71437d

#71437d

Complementary Color

#71437d #4f7d43

#71437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71437d Color CSS Codes

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

#71437d Text Font Color

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

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


#71437d Background Color

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

This div background color is #71437d


#71437d Border Color

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

This div border color is #71437d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,67,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71437d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71437d;
  -webkit-box-shadow: 1px 1px 3px 2px #71437d;
  box-shadow:         1px 1px 3px 2px #71437d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71437d


Comments

No comments written yet.

Please login to write comment.