Color Hex Logo

#8773db Color Hex

#8773DB
(135,115,219)
0 Favorites   0 Comments

Color spaces of #8773db

RGB 135115219
HSL0.700.590.65
HSV252°47°86°
CMYK 0.380.470.00   0.14
XYZ28.908622.526869.8423
Yxy22.52680.23840.1857
Hunter Lab47.462425.6623-54.0233
CIE-Lab54.581532.0222-50.7919

#8773db color RGB value is (135,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 11011011
Octal 207 163 333
Decimal 135 115 219
Hex 87 73 DB

RGB Percentages of Color #8773db

%28.78
%24.52
%46.70

CMYK Percentages of Color #8773db

%38
%47
%0
%14

Triadic Colors of #8773db

#8773db #db8773 #73db87

Analogous Colors of #8773db

#8773db #bb73db #7393db

Monochromatic Colors of #8773db

#8773db

Complementary Color

#8773db #c7db73

#8773db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8773db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8773db Color CSS Codes

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

#8773db Text Font Color

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

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


#8773db Background Color

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

This div background color is #8773db


#8773db Border Color

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

This div border color is #8773db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8773db


Comments

No comments written yet.

Please login to write comment.