Color Hex Logo

#71a2fb Color Hex

#71A2FB
(113,162,251)
0 Favorites   0 Comments

Color spaces of #71a2fb

RGB 113162251
HSL0.610.950.71
HSV219°55°98°
CMYK 0.550.350.00   0.02
XYZ37.143036.316496.3189
Yxy36.31640.21880.2139
Hunter Lab60.26314.5576-52.5794
CIE-Lab66.76108.8240-49.2995

#71a2fb color RGB value is (113,162,251).

#71a2fb hex color red value is 113, green value is 162 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #71a2fb hue: 0.61 , saturation: 0.95 and the lightness value of 71a2fb is 0.71.

The process color (four color CMYK) of #71a2fb color hex is 0.55, 0.35, 0.00, 0.02. Web safe color of #71a2fb is #6699ff. Color #71a2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100010 11111011
Octal 161 242 373
Decimal 113 162 251
Hex 71 A2 FB

RGB Percentages of Color #71a2fb

%21.48
%30.80
%47.72

CMYK Percentages of Color #71a2fb

%55
%35
%0
%2

Triadic Colors of #71a2fb

#71a2fb #fb71a2 #a2fb71

Analogous Colors of #71a2fb

#71a2fb #8571fb #71e7fb

Monochromatic Colors of #71a2fb

#71a2fb

Complementary Color

#71a2fb #fbca71

#71a2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a2fb Color CSS Codes

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

#71a2fb Text Font Color

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

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


#71a2fb Background Color

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

This div background color is #71a2fb


#71a2fb Border Color

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

This div border color is #71a2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a2fb


Comments

No comments written yet.

Please login to write comment.