Color Hex Logo

#125871 Color Hex

#125871
(18,88,113)
0 Favorites   0 Comments

Color spaces of #125871

RGB 1888113
HSL0.540.730.26
HSV196°84°44°
CMYK 0.840.220.00   0.56
XYZ6.71988.300316.8707
Yxy8.30030.21070.2603
Hunter Lab28.8102-8.7840-14.5519
CIE-Lab34.6006-11.3575-20.1782

#125871 color RGB value is (18,88,113).

#125871 hex color red value is 18, green value is 88 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #125871 hue: 0.54 , saturation: 0.73 and the lightness value of 125871 is 0.26.

The process color (four color CMYK) of #125871 color hex is 0.84, 0.22, 0.00, 0.56. Web safe color of #125871 is #006666. Color #125871 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011000 01110001
Octal 22 130 161
Decimal 18 88 113
Hex 12 58 71

RGB Percentages of Color #125871

%8.22
%40.18
%51.60

CMYK Percentages of Color #125871

%84
%22
%0
%56

Triadic Colors of #125871

#125871 #711258 #587112

Analogous Colors of #125871

#125871 #122871 #12715b

Monochromatic Colors of #125871

#125871

Complementary Color

#125871 #712b12

#125871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125871 Color CSS Codes

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

#125871 Text Font Color

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

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


#125871 Background Color

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

This div background color is #125871


#125871 Border Color

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

This div border color is #125871


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,88,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125871


Comments

No comments written yet.

Please login to write comment.