Color Hex Logo

#71527e Color Hex

#71527E
(113,82,126)
0 Favorites   0 Comments

Color spaces of #71527e

RGB 11382126
HSL0.780.210.41
HSV282°35°49°
CMYK 0.100.350.00   0.51
XYZ13.593211.051721.1554
Yxy11.05170.29680.2413
Hunter Lab33.244114.8098-14.4592
CIE-Lab39.667421.5298-19.8595

#71527e color RGB value is (113,82,126).

#71527e hex color red value is 113, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71527e hue: 0.78 , saturation: 0.21 and the lightness value of 71527e is 0.41.

The process color (four color CMYK) of #71527e color hex is 0.10, 0.35, 0.00, 0.51. Web safe color of #71527e is #666666. Color #71527e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 01111110
Octal 161 122 176
Decimal 113 82 126
Hex 71 52 7E

RGB Percentages of Color #71527e

%35.20
%25.55
%39.25

CMYK Percentages of Color #71527e

%10
%35
%0
%51

Triadic Colors of #71527e

#71527e #7e7152 #527e71

Analogous Colors of #71527e

#71527e #7e5275 #5b527e

Monochromatic Colors of #71527e

#71527e

Complementary Color

#71527e #5f7e52

#71527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71527e Color CSS Codes

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

#71527e Text Font Color

<p style="color:#71527e">Text here</p>

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


#71527e Background Color

<div style="background-color:#71527e">
Div content here</div>

This div background color is #71527e


#71527e Border Color

<div style="border:3px solid #71527e">
Div here</div>

This div border color is #71527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71527e


Comments

No comments written yet.

Please login to write comment.