Color Hex Logo

#71829f Color Hex

#71829F
(113,130,159)
0 Favorites   0 Comments

Color spaces of #71829f

RGB 113130159
HSL0.610.190.53
HSV218°29°62°
CMYK 0.290.180.00   0.38
XYZ21.050721.979235.9338
Yxy21.97920.26660.2783
Hunter Lab46.8820-1.8943-12.6268
CIE-Lab54.00490.7690-17.5134

#71829f color RGB value is (113,130,159).

#71829f hex color red value is 113, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71829f hue: 0.61 , saturation: 0.19 and the lightness value of 71829f is 0.53.

The process color (four color CMYK) of #71829f color hex is 0.29, 0.18, 0.00, 0.38. Web safe color of #71829f is #669999. Color #71829f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 10011111
Octal 161 202 237
Decimal 113 130 159
Hex 71 82 9F

RGB Percentages of Color #71829f

%28.11
%32.34
%39.55

CMYK Percentages of Color #71829f

%29
%18
%0
%38

Triadic Colors of #71829f

#71829f #9f7182 #829f71

Analogous Colors of #71829f

#71829f #77719f #71999f

Monochromatic Colors of #71829f

#71829f

Complementary Color

#71829f #9f8e71

#71829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71829f Color CSS Codes

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

#71829f Text Font Color

<p style="color:#71829f">Text here</p>

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


#71829f Background Color

<div style="background-color:#71829f">
Div content here</div>

This div background color is #71829f


#71829f Border Color

<div style="border:3px solid #71829f">
Div here</div>

This div border color is #71829f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,130,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71829f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71829f;
  -webkit-box-shadow: 1px 1px 3px 2px #71829f;
  box-shadow:         1px 1px 3px 2px #71829f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71829f


Comments

No comments written yet.

Please login to write comment.