Color Hex Logo

#71a3bf Color Hex

#71A3BF
(113,163,191)
0 Favorites   0 Comments

Color spaces of #71a3bf

RGB 113163191
HSL0.560.380.60
HSV202°41°75°
CMYK 0.410.150.00   0.25
XYZ29.311233.466754.2051
Yxy33.46670.25060.2861
Hunter Lab57.8504-10.7972-15.0587
CIE-Lab64.5370-9.3356-19.6531

#71a3bf color RGB value is (113,163,191).

#71a3bf hex color red value is 113, green value is 163 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #71a3bf hue: 0.56 , saturation: 0.38 and the lightness value of 71a3bf is 0.60.

The process color (four color CMYK) of #71a3bf color hex is 0.41, 0.15, 0.00, 0.25. Web safe color of #71a3bf is #6699cc. Color #71a3bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100011 10111111
Octal 161 243 277
Decimal 113 163 191
Hex 71 A3 BF

RGB Percentages of Color #71a3bf

%24.20
%34.90
%40.90

CMYK Percentages of Color #71a3bf

%41
%15
%0
%25

Triadic Colors of #71a3bf

#71a3bf #bf71a3 #a3bf71

Analogous Colors of #71a3bf

#71a3bf #717cbf #71bfb4

Monochromatic Colors of #71a3bf

#71a3bf

Complementary Color

#71a3bf #bf8d71

#71a3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a3bf Color CSS Codes

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

#71a3bf Text Font Color

<p style="color:#71a3bf">Text here</p>

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


#71a3bf Background Color

<div style="background-color:#71a3bf">
Div content here</div>

This div background color is #71a3bf


#71a3bf Border Color

<div style="border:3px solid #71a3bf">
Div here</div>

This div border color is #71a3bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,163,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71a3bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71a3bf;
  -webkit-box-shadow: 1px 1px 3px 2px #71a3bf;
  box-shadow:         1px 1px 3px 2px #71a3bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a3bf


Comments

No comments written yet.

Please login to write comment.