Color Hex Logo

#8561ff Color Hex

#8561FF
(133,97,255)
0 Favorites   0 Comments

Color spaces of #8561ff

RGB 13397255
HSL0.701.000.69
HSV254°62°100°
CMYK 0.480.620.00   0.00
XYZ31.997620.755996.9276
Yxy20.75590.21380.1387
Hunter Lab45.558645.6398-94.2505
CIE-Lab52.681351.7867-73.9784

#8561ff color RGB value is (133,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 11111111
Octal 205 141 377
Decimal 133 97 255
Hex 85 61 FF

RGB Percentages of Color #8561ff

%27.42
%20.00
%52.58

CMYK Percentages of Color #8561ff

%48
%62
%0
%0

Triadic Colors of #8561ff

#8561ff #ff8561 #61ff85

Analogous Colors of #8561ff

#8561ff #d461ff #618cff

Monochromatic Colors of #8561ff

#8561ff

Complementary Color

#8561ff #dbff61

#8561ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8561ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8561ff Color CSS Codes

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

#8561ff Text Font Color

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

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


#8561ff Background Color

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

This div background color is #8561ff


#8561ff Border Color

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

This div border color is #8561ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,97,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 #8561ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8561ff

Related Colors


Comments

No comments written yet.

Please login to write comment.