Color Hex Logo

#8768bb Color Hex

#8768BB
(135,104,187)
0 Favorites   0 Comments

Color spaces of #8768bb

RGB 135104187
HSL0.730.380.57
HSV262°44°73°
CMYK 0.280.440.00   0.27
XYZ23.911618.639449.3512
Yxy18.63940.26020.2028
Hunter Lab43.173423.3089-37.5527
CIE-Lab50.262630.0262-39.3840

#8768bb color RGB value is (135,104,187).

#8768bb hex color red value is 135, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8768bb hue: 0.73 , saturation: 0.38 and the lightness value of 8768bb is 0.57.

The process color (four color CMYK) of #8768bb color hex is 0.28, 0.44, 0.00, 0.27. Web safe color of #8768bb is #9966cc. Color #8768bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 10111011
Octal 207 150 273
Decimal 135 104 187
Hex 87 68 BB

RGB Percentages of Color #8768bb

%31.69
%24.41
%43.90

CMYK Percentages of Color #8768bb

%28
%44
%0
%27

Triadic Colors of #8768bb

#8768bb #bb8768 #68bb87

Analogous Colors of #8768bb

#8768bb #b168bb #6873bb

Monochromatic Colors of #8768bb

#8768bb

Complementary Color

#8768bb #9cbb68

#8768bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8768bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8768bb Color CSS Codes

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

#8768bb Text Font Color

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

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


#8768bb Background Color

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

This div background color is #8768bb


#8768bb Border Color

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

This div border color is #8768bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,104,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8768bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8768bb


Comments

No comments written yet.

Please login to write comment.