Color Hex Logo

#8792db Color Hex

#8792DB
(135,146,219)
0 Favorites   0 Comments

Color spaces of #8792db

RGB 135146219
HSL0.640.540.69
HSV232°38°86°
CMYK 0.380.330.00   0.14
XYZ33.056730.823171.2250
Yxy30.82310.24470.2281
Hunter Lab55.51869.1245-37.2004
CIE-Lab62.358013.8727-38.5151

#8792db color RGB value is (135,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010010 11011011
Octal 207 222 333
Decimal 135 146 219
Hex 87 92 DB

RGB Percentages of Color #8792db

%27.00
%29.20
%43.80

CMYK Percentages of Color #8792db

%38
%33
%0
%14

Triadic Colors of #8792db

#8792db #db8792 #92db87

Analogous Colors of #8792db

#8792db #a687db #87bcdb

Monochromatic Colors of #8792db

#8792db

Complementary Color

#8792db #dbd087

#8792db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8792db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8792db Color CSS Codes

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

#8792db Text Font Color

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

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


#8792db Background Color

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

This div background color is #8792db


#8792db Border Color

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

This div border color is #8792db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8792db


Comments

No comments written yet.

Please login to write comment.