Color Hex Logo

#8198ba Color Hex

#8198BA
(129,152,186)
0 Favorites   0 Comments

Color spaces of #8198ba

RGB 129152186
HSL0.600.290.62
HSV216°31°73°
CMYK 0.310.180.00   0.27
XYZ29.144430.668850.8380
Yxy30.66880.26340.2772
Hunter Lab55.3794-2.9752-15.6623
CIE-Lab62.2270-0.0207-20.2833

#8198ba color RGB value is (129,152,186).

#8198ba hex color red value is 129, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8198ba hue: 0.60 , saturation: 0.29 and the lightness value of 8198ba is 0.62.

The process color (four color CMYK) of #8198ba color hex is 0.31, 0.18, 0.00, 0.27. Web safe color of #8198ba is #9999cc. Color #8198ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011000 10111010
Octal 201 230 272
Decimal 129 152 186
Hex 81 98 BA

RGB Percentages of Color #8198ba

%27.62
%32.55
%39.83

CMYK Percentages of Color #8198ba

%31
%18
%0
%27

Triadic Colors of #8198ba

#8198ba #ba8198 #98ba81

Analogous Colors of #8198ba

#8198ba #8781ba #81b5ba

Monochromatic Colors of #8198ba

#8198ba

Complementary Color

#8198ba #baa381

#8198ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8198ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8198ba Color CSS Codes

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

#8198ba Text Font Color

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

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


#8198ba Background Color

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

This div background color is #8198ba


#8198ba Border Color

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

This div border color is #8198ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8198ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8198ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8198ba;
  box-shadow:         1px 1px 3px 2px #8198ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,152,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8198ba


Comments

No comments written yet.

Please login to write comment.