Color Hex Logo

#8568bc Color Hex

#8568BC
(133,104,188)
0 Favorites   0 Comments

Color spaces of #8568bc

RGB 133104188
HSL0.720.390.57
HSV261°45°74°
CMYK 0.290.450.00   0.26
XYZ23.700318.518049.9021
Yxy18.51800.25730.2010
Hunter Lab43.032523.0024-38.6321
CIE-Lab50.118529.7152-40.2021

#8568bc color RGB value is (133,104,188).

#8568bc hex color red value is 133, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8568bc hue: 0.72 , saturation: 0.39 and the lightness value of 8568bc is 0.57.

The process color (four color CMYK) of #8568bc color hex is 0.29, 0.45, 0.00, 0.26. Web safe color of #8568bc is #9966cc. Color #8568bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 10111100
Octal 205 150 274
Decimal 133 104 188
Hex 85 68 BC

RGB Percentages of Color #8568bc

%31.29
%24.47
%44.24

CMYK Percentages of Color #8568bc

%29
%45
%0
%26

Triadic Colors of #8568bc

#8568bc #bc8568 #68bc85

Analogous Colors of #8568bc

#8568bc #af68bc #6875bc

Monochromatic Colors of #8568bc

#8568bc

Complementary Color

#8568bc #9fbc68

#8568bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8568bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8568bc Color CSS Codes

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

#8568bc Text Font Color

<p style="color:#8568bc">Text here</p>

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


#8568bc Background Color

<div style="background-color:#8568bc">
Div content here</div>

This div background color is #8568bc


#8568bc Border Color

<div style="border:3px solid #8568bc">
Div here</div>

This div border color is #8568bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,104,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8568bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8568bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8568bc;
  box-shadow:         1px 1px 3px 2px #8568bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8568bc


Comments

No comments written yet.

Please login to write comment.