Color Hex Logo

#71ade7 Color Hex

#71ADE7
(113,173,231)
0 Favorites   0 Comments

Color spaces of #71ade7

RGB 113173231
HSL0.580.710.67
HSV209°51°91°
CMYK 0.510.250.00   0.09
XYZ36.177439.167481.2546
Yxy39.16740.23100.2501
Hunter Lab62.5839-6.3376-33.1694
CIE-Lab68.8724-3.4724-35.0776

#71ade7 color RGB value is (113,173,231).

#71ade7 hex color red value is 113, green value is 173 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #71ade7 hue: 0.58 , saturation: 0.71 and the lightness value of 71ade7 is 0.67.

The process color (four color CMYK) of #71ade7 color hex is 0.51, 0.25, 0.00, 0.09. Web safe color of #71ade7 is #6699ff. Color #71ade7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 11100111
Octal 161 255 347
Decimal 113 173 231
Hex 71 AD E7

RGB Percentages of Color #71ade7

%21.86
%33.46
%44.68

CMYK Percentages of Color #71ade7

%51
%25
%0
%9

Triadic Colors of #71ade7

#71ade7 #e771ad #ade771

Analogous Colors of #71ade7

#71ade7 #7172e7 #71e7e6

Monochromatic Colors of #71ade7

#71ade7

Complementary Color

#71ade7 #e7ab71

#71ade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ade7 Color CSS Codes

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

#71ade7 Text Font Color

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

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


#71ade7 Background Color

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

This div background color is #71ade7


#71ade7 Border Color

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

This div border color is #71ade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ade7


Comments

No comments written yet.

Please login to write comment.