Color Hex Logo

#8c98db Color Hex

#8C98DB
(140,152,219)
0 Favorites   0 Comments

Color spaces of #8c98db

RGB 140152219
HSL0.640.520.70
HSV231°36°86°
CMYK 0.360.310.00   0.14
XYZ34.829633.146471.5800
Yxy33.14640.24960.2375
Hunter Lab57.57297.2337-33.4138
CIE-Lab64.279311.7684-35.4905

#8c98db color RGB value is (140,152,219).

#8c98db hex color red value is 140, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8c98db hue: 0.64 , saturation: 0.52 and the lightness value of 8c98db is 0.70.

The process color (four color CMYK) of #8c98db color hex is 0.36, 0.31, 0.00, 0.14. Web safe color of #8c98db is #9999cc. Color #8c98db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 11011011
Octal 214 230 333
Decimal 140 152 219
Hex 8C 98 DB

RGB Percentages of Color #8c98db

%27.40
%29.75
%42.86

CMYK Percentages of Color #8c98db

%36
%31
%0
%14

Triadic Colors of #8c98db

#8c98db #db8c98 #98db8c

Analogous Colors of #8c98db

#8c98db #a88cdb #8cc0db

Monochromatic Colors of #8c98db

#8c98db

Complementary Color

#8c98db #dbcf8c

#8c98db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c98db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c98db Color CSS Codes

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

#8c98db Text Font Color

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

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


#8c98db Background Color

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

This div background color is #8c98db


#8c98db Border Color

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

This div border color is #8c98db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,152,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c98db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c98db;
  -webkit-box-shadow: 1px 1px 3px 2px #8c98db;
  box-shadow:         1px 1px 3px 2px #8c98db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c98db

#8c98db Color Palettes


Comments

No comments written yet.

Please login to write comment.