Color Hex Logo

#8098dd Color Hex

#8098DD
(128,152,221)
0 Favorites   0 Comments

Color spaces of #8098dd

RGB 128152221
HSL0.620.580.68
HSV225°42°87°
CMYK 0.420.310.00   0.13
XYZ33.181532.266172.8857
Yxy32.26610.23990.2332
Hunter Lab56.80334.8647-36.3142
CIE-Lab63.56229.1242-37.7779

#8098dd color RGB value is (128,152,221).

#8098dd hex color red value is 128, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8098dd hue: 0.62 , saturation: 0.58 and the lightness value of 8098dd is 0.68.

The process color (four color CMYK) of #8098dd color hex is 0.42, 0.31, 0.00, 0.13. Web safe color of #8098dd is #9999cc. Color #8098dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011000 11011101
Octal 200 230 335
Decimal 128 152 221
Hex 80 98 DD

RGB Percentages of Color #8098dd

%25.55
%30.34
%44.11

CMYK Percentages of Color #8098dd

%42
%31
%0
%13

Triadic Colors of #8098dd

#8098dd #dd8098 #98dd80

Analogous Colors of #8098dd

#8098dd #9780dd #80c7dd

Monochromatic Colors of #8098dd

#8098dd

Complementary Color

#8098dd #ddc580

#8098dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8098dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8098dd Color CSS Codes

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

#8098dd Text Font Color

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

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


#8098dd Background Color

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

This div background color is #8098dd


#8098dd Border Color

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

This div border color is #8098dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8098dd


Comments

No comments written yet.

Please login to write comment.