Color Hex Logo

#128087 Color Hex

#128087
(18,128,135)
0 Favorites   0 Comments

Color spaces of #128087

RGB 18128135
HSL0.510.760.30
HSV184°87°53°
CMYK 0.870.050.00   0.47
XYZ12.341817.316225.6136
Yxy17.31620.22330.3133
Hunter Lab41.6127-19.8815-7.3654
CIE-Lab48.6560-25.4976-11.9862

#128087 color RGB value is (18,128,135).

#128087 hex color red value is 18, green value is 128 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #128087 hue: 0.51 , saturation: 0.76 and the lightness value of 128087 is 0.30.

The process color (four color CMYK) of #128087 color hex is 0.87, 0.05, 0.00, 0.47. Web safe color of #128087 is #009999. Color #128087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000000 10000111
Octal 22 200 207
Decimal 18 128 135
Hex 12 80 87

RGB Percentages of Color #128087

%6.41
%45.55
%48.04

CMYK Percentages of Color #128087

%87
%5
%0
%47

Triadic Colors of #128087

#128087 #871280 #808712

Analogous Colors of #128087

#128087 #124687 #128754

Monochromatic Colors of #128087

#128087

Complementary Color

#128087 #871912

#128087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128087 Color CSS Codes

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

#128087 Text Font Color

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

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


#128087 Background Color

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

This div background color is #128087


#128087 Border Color

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

This div border color is #128087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128087


Comments

No comments written yet.

Please login to write comment.