Color Hex Logo

#8768db Color Hex

#8768DB
(135,104,219)
0 Favorites   0 Comments

Color spaces of #8768db

RGB 135104219
HSL0.710.610.63
HSV256°53°86°
CMYK 0.380.530.00   0.14
XYZ27.728220.166069.4488
Yxy20.16600.23630.1719
Hunter Lab44.906631.6309-60.2584
CIE-Lab52.024438.4041-54.8763

#8768db color RGB value is (135,104,219).

#8768db hex color red value is 135, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8768db hue: 0.71 , saturation: 0.61 and the lightness value of 8768db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 11011011
Octal 207 150 333
Decimal 135 104 219
Hex 87 68 DB

RGB Percentages of Color #8768db

%29.48
%22.71
%47.82

CMYK Percentages of Color #8768db

%38
%53
%0
%14

Triadic Colors of #8768db

#8768db #db8768 #68db87

Analogous Colors of #8768db

#8768db #c168db #6883db

Monochromatic Colors of #8768db

#8768db

Complementary Color

#8768db #bcdb68

#8768db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8768db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8768db Color CSS Codes

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

#8768db Text Font Color

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

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


#8768db Background Color

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

This div background color is #8768db


#8768db Border Color

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

This div border color is #8768db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8768db


Comments

No comments written yet.

Please login to write comment.