Color Hex Logo

#b568ff Color Hex

#B568FF
(181,104,255)
0 Favorites   0 Comments

Color spaces of #b568ff

RGB 181104255
HSL0.751.000.70
HSV271°59°100°
CMYK 0.290.590.00   0.00
XYZ42.056426.944497.5919
Yxy26.94440.25250.1617
Hunter Lab51.908053.7836-75.1352
CIE-Lab58.922858.0652-63.6557

#b568ff color RGB value is (181,104,255).

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

The process color (four color CMYK) of #b568ff color hex is 0.29, 0.59, 0.00, 0.00. Web safe color of #b568ff is #cc66ff. Color #b568ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 11111111
Octal 265 150 377
Decimal 181 104 255
Hex B5 68 FF

RGB Percentages of Color #b568ff

%33.52
%19.26
%47.22

CMYK Percentages of Color #b568ff

%29
%59
%0
%0

Triadic Colors of #b568ff

#b568ff #ffb568 #68ffb5

Analogous Colors of #b568ff

#b568ff #ff68fe #6a68ff

Monochromatic Colors of #b568ff

#b568ff

Complementary Color

#b568ff #b2ff68

#b568ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568ff Color CSS Codes

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

#b568ff Text Font Color

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

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


#b568ff Background Color

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

This div background color is #b568ff


#b568ff Border Color

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

This div border color is #b568ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,104,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b568ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b568ff;
  -webkit-box-shadow: 1px 1px 3px 2px #b568ff;
  box-shadow:         1px 1px 3px 2px #b568ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568ff

Related Colors


Comments

No comments written yet.

Please login to write comment.