Color Hex Logo

#8098b8 Color Hex

#8098B8
(128,152,184)
0 Favorites   0 Comments

Color spaces of #8098b8

RGB 128152184
HSL0.600.280.61
HSV214°30°72°
CMYK 0.300.170.00   0.28
XYZ28.782130.506449.7187
Yxy30.50640.26400.2799
Hunter Lab55.2326-3.6394-14.7082
CIE-Lab62.0887-0.8275-19.3746

#8098b8 color RGB value is (128,152,184).

#8098b8 hex color red value is 128, green value is 152 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #8098b8 hue: 0.60 , saturation: 0.28 and the lightness value of 8098b8 is 0.61.

The process color (four color CMYK) of #8098b8 color hex is 0.30, 0.17, 0.00, 0.28. Web safe color of #8098b8 is #9999cc. Color #8098b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011000 10111000
Octal 200 230 270
Decimal 128 152 184
Hex 80 98 B8

RGB Percentages of Color #8098b8

%27.59
%32.76
%39.66

CMYK Percentages of Color #8098b8

%30
%17
%0
%28

Triadic Colors of #8098b8

#8098b8 #b88098 #98b880

Analogous Colors of #8098b8

#8098b8 #8480b8 #80b4b8

Monochromatic Colors of #8098b8

#8098b8

Complementary Color

#8098b8 #b8a080

#8098b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8098b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8098b8 Color CSS Codes

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

#8098b8 Text Font Color

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

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


#8098b8 Background Color

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

This div background color is #8098b8


#8098b8 Border Color

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

This div border color is #8098b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,152,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8098b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8098b8;
  -webkit-box-shadow: 1px 1px 3px 2px #8098b8;
  box-shadow:         1px 1px 3px 2px #8098b8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8098b8


Comments

No comments written yet.

Please login to write comment.