Color Hex Logo

#104880 Color Hex

#104880
(16,72,128)
0 Favorites   0 Comments

Color spaces of #104880

RGB 1672128
HSL0.580.780.28
HSV210°88°50°
CMYK 0.880.440.00   0.50
XYZ6.42736.303421.3000
Yxy6.30340.18890.1852
Hunter Lab25.10661.7596-32.7261
CIE-Lab30.16544.7156-36.5057

#104880 color RGB value is (16,72,128).

#104880 hex color red value is 16, green value is 72 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #104880 hue: 0.58 , saturation: 0.78 and the lightness value of 104880 is 0.28.

The process color (four color CMYK) of #104880 color hex is 0.88, 0.44, 0.00, 0.50. Web safe color of #104880 is #003399. Color #104880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001000 10000000
Octal 20 110 200
Decimal 16 72 128
Hex 10 48 80

RGB Percentages of Color #104880

%7.41
%33.33
%59.26

CMYK Percentages of Color #104880

%88
%44
%0
%50

Triadic Colors of #104880

#104880 #801048 #488010

Analogous Colors of #104880

#104880 #101080 #108080

Monochromatic Colors of #104880

#104880

Complementary Color

#104880 #804810

#104880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104880 Color CSS Codes

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

#104880 Text Font Color

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

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


#104880 Background Color

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

This div background color is #104880


#104880 Border Color

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

This div border color is #104880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104880


Comments

No comments written yet.

Please login to write comment.