Color Hex Logo

#1b80dc Color Hex

#1B80DC
(27,128,220)
0 Favorites   0 Comments

Color spaces of #1b80dc

RGB 27128220
HSL0.580.780.48
HSV209°88°86°
CMYK 0.880.420.00   0.14
XYZ21.089420.838770.6209
Yxy20.83870.18740.1852
Hunter Lab45.64942.5780-59.7686
CIE-Lab52.77256.2664-54.5496

#1b80dc color RGB value is (27,128,220).

#1b80dc hex color red value is 27, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1b80dc hue: 0.58 , saturation: 0.78 and the lightness value of 1b80dc is 0.48.

The process color (four color CMYK) of #1b80dc color hex is 0.88, 0.42, 0.00, 0.14. Web safe color of #1b80dc is #3399cc. Color #1b80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10000000 11011100
Octal 33 200 334
Decimal 27 128 220
Hex 1B 80 DC

RGB Percentages of Color #1b80dc

%7.20
%34.13
%58.67

CMYK Percentages of Color #1b80dc

%88
%42
%0
%14

Triadic Colors of #1b80dc

#1b80dc #dc1b80 #80dc1b

Analogous Colors of #1b80dc

#1b80dc #1b20dc #1bdcd8

Monochromatic Colors of #1b80dc

#1b80dc

Complementary Color

#1b80dc #dc771b

#1b80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b80dc Color CSS Codes

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

#1b80dc Text Font Color

<p style="color:#1b80dc">Text here</p>

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


#1b80dc Background Color

<div style="background-color:#1b80dc">
Div content here</div>

This div background color is #1b80dc


#1b80dc Border Color

<div style="border:3px solid #1b80dc">
Div here</div>

This div border color is #1b80dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,128,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b80dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b80dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1b80dc;
  box-shadow:         1px 1px 3px 2px #1b80dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,128,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b80dc


Comments

No comments written yet.

Please login to write comment.