Color Hex Logo

#8566ff Color Hex

#8566FF
(133,102,255)
1 Favorites   0 Comments

Color spaces of #8566ff

RGB 133102255
HSL0.701.000.70
HSV252°60°100°
CMYK 0.480.600.00   0.00
XYZ32.474221.709397.0865
Yxy21.70930.21470.1435
Hunter Lab46.593242.8714-90.9275
CIE-Lab53.717249.0400-72.2974

#8566ff color RGB value is (133,102,255).

#8566ff hex color red value is 133, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8566ff hue: 0.70 , saturation: 1.00 and the lightness value of 8566ff is 0.70.

The process color (four color CMYK) of #8566ff color hex is 0.48, 0.60, 0.00, 0.00. Web safe color of #8566ff is #9966ff. Color #8566ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100110 11111111
Octal 205 146 377
Decimal 133 102 255
Hex 85 66 FF

RGB Percentages of Color #8566ff

%27.14
%20.82
%52.04

CMYK Percentages of Color #8566ff

%48
%60
%0
%0

Triadic Colors of #8566ff

#8566ff #ff8566 #66ff85

Analogous Colors of #8566ff

#8566ff #d266ff #6694ff

Monochromatic Colors of #8566ff

#8566ff

Complementary Color

#8566ff #e0ff66

#8566ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8566ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8566ff Color CSS Codes

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

#8566ff Text Font Color

<p style="color:#8566ff">Text here</p>

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


#8566ff Background Color

<div style="background-color:#8566ff">
Div content here</div>

This div background color is #8566ff


#8566ff Border Color

<div style="border:3px solid #8566ff">
Div here</div>

This div border color is #8566ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,102,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8566ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8566ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8566ff;
  box-shadow:         1px 1px 3px 2px #8566ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8566ff


Comments

No comments written yet.

Please login to write comment.