Color Hex Logo

#2177ba Color Hex

#2177BA
(33,119,186)
0 Favorites   0 Comments

Color spaces of #2177ba

RGB 33119186
HSL0.570.700.43
HSV206°82°73°
CMYK 0.820.360.00   0.27
XYZ16.087017.062248.8998
Yxy17.06220.19610.2080
Hunter Lab41.3064-2.7685-41.2748
CIE-Lab48.3383-0.7436-42.2320

#2177ba color RGB value is (33,119,186).

#2177ba hex color red value is 33, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2177ba hue: 0.57 , saturation: 0.70 and the lightness value of 2177ba is 0.43.

The process color (four color CMYK) of #2177ba color hex is 0.82, 0.36, 0.00, 0.27. Web safe color of #2177ba is #3366cc. Color #2177ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110111 10111010
Octal 41 167 272
Decimal 33 119 186
Hex 21 77 BA

RGB Percentages of Color #2177ba

%9.76
%35.21
%55.03

CMYK Percentages of Color #2177ba

%82
%36
%0
%27

Triadic Colors of #2177ba

#2177ba #ba2177 #77ba21

Analogous Colors of #2177ba

#2177ba #212bba #21bab1

Monochromatic Colors of #2177ba

#2177ba

Complementary Color

#2177ba #ba6421

#2177ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2177ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2177ba Color CSS Codes

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

#2177ba Text Font Color

<p style="color:#2177ba">Text here</p>

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


#2177ba Background Color

<div style="background-color:#2177ba">
Div content here</div>

This div background color is #2177ba


#2177ba Border Color

<div style="border:3px solid #2177ba">
Div here</div>

This div border color is #2177ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,119,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2177ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2177ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2177ba;
  box-shadow:         1px 1px 3px 2px #2177ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,119,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2177ba


Comments

No comments written yet.

Please login to write comment.