Color Hex Logo

#1771bd Color Hex

#1771BD
(23,113,189)
0 Favorites   0 Comments

Color spaces of #1771bd

RGB 23113189
HSL0.580.780.42
HSV207°88°74°
CMYK 0.880.400.00   0.26
XYZ15.443815.666550.3541
Yxy15.66650.18960.1923
Hunter Lab39.58090.3810-47.7210
CIE-Lab46.53393.2978-46.8466

#1771bd color RGB value is (23,113,189).

#1771bd hex color red value is 23, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1771bd hue: 0.58 , saturation: 0.78 and the lightness value of 1771bd is 0.42.

The process color (four color CMYK) of #1771bd color hex is 0.88, 0.40, 0.00, 0.26. Web safe color of #1771bd is #0066cc. Color #1771bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110001 10111101
Octal 27 161 275
Decimal 23 113 189
Hex 17 71 BD

RGB Percentages of Color #1771bd

%7.08
%34.77
%58.15

CMYK Percentages of Color #1771bd

%88
%40
%0
%26

Triadic Colors of #1771bd

#1771bd #bd1771 #71bd17

Analogous Colors of #1771bd

#1771bd #171ebd #17bdb6

Monochromatic Colors of #1771bd

#1771bd

Complementary Color

#1771bd #bd6317

#1771bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1771bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1771bd Color CSS Codes

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

#1771bd Text Font Color

<p style="color:#1771bd">Text here</p>

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


#1771bd Background Color

<div style="background-color:#1771bd">
Div content here</div>

This div background color is #1771bd


#1771bd Border Color

<div style="border:3px solid #1771bd">
Div here</div>

This div border color is #1771bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,113,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1771bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1771bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1771bd;
  box-shadow:         1px 1px 3px 2px #1771bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1771bd


Comments

No comments written yet.

Please login to write comment.