Color Hex Logo

#105088 Color Hex

#105088
(16,80,136)
0 Favorites   0 Comments

Color spaces of #105088

RGB 1680136
HSL0.580.790.30
HSV208°88°53°
CMYK 0.880.410.00   0.47
XYZ7.52637.625124.3677
Yxy7.62510.19040.1929
Hunter Lab27.61360.3278-32.9912
CIE-Lab33.18962.6853-36.6172

#105088 color RGB value is (16,80,136).

#105088 hex color red value is 16, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #105088 hue: 0.58 , saturation: 0.79 and the lightness value of 105088 is 0.30.

The process color (four color CMYK) of #105088 color hex is 0.88, 0.41, 0.00, 0.47. Web safe color of #105088 is #006699. Color #105088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010000 10001000
Octal 20 120 210
Decimal 16 80 136
Hex 10 50 88

RGB Percentages of Color #105088

%6.90
%34.48
%58.62

CMYK Percentages of Color #105088

%88
%41
%0
%47

Triadic Colors of #105088

#105088 #881050 #508810

Analogous Colors of #105088

#105088 #101488 #108884

Monochromatic Colors of #105088

#105088

Complementary Color

#105088 #884810

#105088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#105088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#105088 Color CSS Codes

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

#105088 Text Font Color

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

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


#105088 Background Color

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

This div background color is #105088


#105088 Border Color

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

This div border color is #105088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #105088


Comments

No comments written yet.

Please login to write comment.