Color Hex Logo

#718abf Color Hex

#718ABF
(113,138,191)
0 Favorites   0 Comments

Color spaces of #718abf

RGB 113138191
HSL0.610.380.60
HSV221°41°75°
CMYK 0.410.280.00   0.25
XYZ25.302525.449352.8688
Yxy25.44930.24420.2456
Hunter Lab50.44731.2462-26.8228
CIE-Lab57.51064.7901-30.4542

#718abf color RGB value is (113,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 10111111
Octal 161 212 277
Decimal 113 138 191
Hex 71 8A BF

RGB Percentages of Color #718abf

%25.57
%31.22
%43.21

CMYK Percentages of Color #718abf

%41
%28
%0
%25

Triadic Colors of #718abf

#718abf #bf718a #8abf71

Analogous Colors of #718abf

#718abf #7f71bf #71b1bf

Monochromatic Colors of #718abf

#718abf

Complementary Color

#718abf #bfa671

#718abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#718abf Color CSS Codes

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

#718abf Text Font Color

<p style="color:#718abf">Text here</p>

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


#718abf Background Color

<div style="background-color:#718abf">
Div content here</div>

This div background color is #718abf


#718abf Border Color

<div style="border:3px solid #718abf">
Div here</div>

This div border color is #718abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,138,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 #718abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718abf


Comments

No comments written yet.

Please login to write comment.