Color Hex Logo

#125980 Color Hex

#125980
(18,89,128)
0 Favorites   0 Comments

Color spaces of #125980

RGB 1889128
HSL0.560.750.29
HSV201°86°50°
CMYK 0.860.300.00   0.50
XYZ7.71818.831921.7200
Yxy8.83190.20170.2308
Hunter Lab29.7185-5.6497-22.5296
CIE-Lab35.6586-6.1484-27.7927

#125980 color RGB value is (18,89,128).

#125980 hex color red value is 18, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #125980 hue: 0.56 , saturation: 0.75 and the lightness value of 125980 is 0.29.

The process color (four color CMYK) of #125980 color hex is 0.86, 0.30, 0.00, 0.50. Web safe color of #125980 is #006699. Color #125980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 10000000
Octal 22 131 200
Decimal 18 89 128
Hex 12 59 80

RGB Percentages of Color #125980

%7.66
%37.87
%54.47

CMYK Percentages of Color #125980

%86
%30
%0
%50

Triadic Colors of #125980

#125980 #801259 #598012

Analogous Colors of #125980

#125980 #122280 #128070

Monochromatic Colors of #125980

#125980

Complementary Color

#125980 #803912

#125980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125980 Color CSS Codes

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

#125980 Text Font Color

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

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


#125980 Background Color

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

This div background color is #125980


#125980 Border Color

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

This div border color is #125980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,89,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 #125980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125980


Comments

No comments written yet.

Please login to write comment.