Color Hex Logo

#71aaff Color Hex

#71AAFF
(113,170,255)
0 Favorites   0 Comments

Color spaces of #71aaff

RGB 113170255
HSL0.601.000.72
HSV216°56°100°
CMYK 0.560.330.00   0.00
XYZ39.234839.4802100.1603
Yxy39.48020.21930.2207
Hunter Lab62.83331.5020-50.5288
CIE-Lab69.09775.4893-47.7898

#71aaff color RGB value is (113,170,255).

#71aaff hex color red value is 113, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #71aaff hue: 0.60 , saturation: 1.00 and the lightness value of 71aaff is 0.72.

The process color (four color CMYK) of #71aaff color hex is 0.56, 0.33, 0.00, 0.00. Web safe color of #71aaff is #6699ff. Color #71aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 11111111
Octal 161 252 377
Decimal 113 170 255
Hex 71 AA FF

RGB Percentages of Color #71aaff

%21.00
%31.60
%47.40

CMYK Percentages of Color #71aaff

%56
%33
%0
%0

Triadic Colors of #71aaff

#71aaff #ff71aa #aaff71

Analogous Colors of #71aaff

#71aaff #7f71ff #71f1ff

Monochromatic Colors of #71aaff

#71aaff

Complementary Color

#71aaff #ffc671

#71aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aaff Color CSS Codes

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

#71aaff Text Font Color

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

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


#71aaff Background Color

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

This div background color is #71aaff


#71aaff Border Color

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

This div border color is #71aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aaff

Related Colors


Comments

No comments written yet.

Please login to write comment.