Color Hex Logo

#8892db Color Hex

#8892DB
(136,146,219)
0 Favorites   0 Comments

Color spaces of #8892db

RGB 136146219
HSL0.650.540.70
HSV233°38°86°
CMYK 0.380.330.00   0.14
XYZ33.218430.906571.2326
Yxy30.90650.24540.2283
Hunter Lab55.59369.3688-37.0533
CIE-Lab62.428614.1408-38.3995

#8892db color RGB value is (136,146,219).

#8892db hex color red value is 136, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8892db hue: 0.65 , saturation: 0.54 and the lightness value of 8892db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 11011011
Octal 210 222 333
Decimal 136 146 219
Hex 88 92 DB

RGB Percentages of Color #8892db

%27.15
%29.14
%43.71

CMYK Percentages of Color #8892db

%38
%33
%0
%14

Triadic Colors of #8892db

#8892db #db8892 #92db88

Analogous Colors of #8892db

#8892db #a888db #88bcdb

Monochromatic Colors of #8892db

#8892db

Complementary Color

#8892db #dbd188

#8892db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8892db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8892db Color CSS Codes

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

#8892db Text Font Color

<p style="color:#8892db">Text here</p>

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


#8892db Background Color

<div style="background-color:#8892db">
Div content here</div>

This div background color is #8892db


#8892db Border Color

<div style="border:3px solid #8892db">
Div here</div>

This div border color is #8892db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,146,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8892db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8892db;
  -webkit-box-shadow: 1px 1px 3px 2px #8892db;
  box-shadow:         1px 1px 3px 2px #8892db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,146,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 #8892db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8892db


Comments

No comments written yet.

Please login to write comment.