Color Hex Logo

#719bbb Color Hex

#719BBB
(113,155,187)
0 Favorites   0 Comments

Color spaces of #719bbb

RGB 113155187
HSL0.570.350.59
HSV206°40°73°
CMYK 0.400.170.00   0.27
XYZ27.501030.541351.4593
Yxy30.54130.25110.2789
Hunter Lab55.2642-7.8857-16.5230
CIE-Lab62.1185-6.0132-21.1000

#719bbb color RGB value is (113,155,187).

#719bbb hex color red value is 113, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #719bbb hue: 0.57 , saturation: 0.35 and the lightness value of 719bbb is 0.59.

The process color (four color CMYK) of #719bbb color hex is 0.40, 0.17, 0.00, 0.27. Web safe color of #719bbb is #6699cc. Color #719bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 10111011
Octal 161 233 273
Decimal 113 155 187
Hex 71 9B BB

RGB Percentages of Color #719bbb

%24.84
%34.07
%41.10

CMYK Percentages of Color #719bbb

%40
%17
%0
%27

Triadic Colors of #719bbb

#719bbb #bb719b #9bbb71

Analogous Colors of #719bbb

#719bbb #7176bb #71bbb6

Monochromatic Colors of #719bbb

#719bbb

Complementary Color

#719bbb #bb9171

#719bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#719bbb Color CSS Codes

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

#719bbb Text Font Color

<p style="color:#719bbb">Text here</p>

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


#719bbb Background Color

<div style="background-color:#719bbb">
Div content here</div>

This div background color is #719bbb


#719bbb Border Color

<div style="border:3px solid #719bbb">
Div here</div>

This div border color is #719bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,155,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #719bbb;
  box-shadow:         1px 1px 3px 2px #719bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719bbb


Comments

No comments written yet.

Please login to write comment.