Color Hex Logo

#8c93db Color Hex

#8C93DB
(140,147,219)
0 Favorites   0 Comments

Color spaces of #8c93db

RGB 140147219
HSL0.650.520.70
HSV235°36°86°
CMYK 0.360.330.00   0.14
XYZ34.035131.557471.3152
Yxy31.55740.24860.2305
Hunter Lab56.17609.8391-35.9453
CIE-Lab62.975414.6471-37.5239

#8c93db color RGB value is (140,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010011 11011011
Octal 214 223 333
Decimal 140 147 219
Hex 8C 93 DB

RGB Percentages of Color #8c93db

%27.67
%29.05
%43.28

CMYK Percentages of Color #8c93db

%36
%33
%0
%14

Triadic Colors of #8c93db

#8c93db #db8c93 #93db8c

Analogous Colors of #8c93db

#8c93db #ad8cdb #8cbbdb

Monochromatic Colors of #8c93db

#8c93db

Complementary Color

#8c93db #dbd48c

#8c93db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c93db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c93db Color CSS Codes

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

#8c93db Text Font Color

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

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


#8c93db Background Color

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

This div background color is #8c93db


#8c93db Border Color

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

This div border color is #8c93db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,147,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 #8c93db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c93db


Comments

No comments written yet.

Please login to write comment.