Color Hex Logo

#71528a Color Hex

#71528A
(113,82,138)
0 Favorites   0 Comments

Color spaces of #71528a

RGB 11382138
HSL0.760.250.43
HSV273°41°54°
CMYK 0.180.410.00   0.46
XYZ14.414811.380325.4816
Yxy11.38030.28110.2219
Hunter Lab33.734717.2371-21.1706
CIE-Lab40.213824.3402-26.3293

#71528a color RGB value is (113,82,138).

#71528a hex color red value is 113, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71528a hue: 0.76 , saturation: 0.25 and the lightness value of 71528a is 0.43.

The process color (four color CMYK) of #71528a color hex is 0.18, 0.41, 0.00, 0.46. Web safe color of #71528a is #666699. Color #71528a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 10001010
Octal 161 122 212
Decimal 113 82 138
Hex 71 52 8A

RGB Percentages of Color #71528a

%33.93
%24.62
%41.44

CMYK Percentages of Color #71528a

%18
%41
%0
%46

Triadic Colors of #71528a

#71528a #8a7152 #528a71

Analogous Colors of #71528a

#71528a #8a5287 #55528a

Monochromatic Colors of #71528a

#71528a

Complementary Color

#71528a #6b8a52

#71528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71528a Color CSS Codes

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

#71528a Text Font Color

<p style="color:#71528a">Text here</p>

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


#71528a Background Color

<div style="background-color:#71528a">
Div content here</div>

This div background color is #71528a


#71528a Border Color

<div style="border:3px solid #71528a">
Div here</div>

This div border color is #71528a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,82,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71528a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71528a;
  -webkit-box-shadow: 1px 1px 3px 2px #71528a;
  box-shadow:         1px 1px 3px 2px #71528a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71528a


Comments

No comments written yet.

Please login to write comment.