Color Hex Logo

#b056de Color Hex

#B056DE
(176,86,222)
0 Favorites   0 Comments

Color spaces of #b056de

RGB 17686222
HSL0.780.670.60
HSV280°61°87°
CMYK 0.210.610.00   0.13
XYZ34.417121.159671.3775
Yxy21.15960.27110.1667
Hunter Lab45.999653.0553-59.8006
CIE-Lab53.123758.4345-54.5601

#b056de color RGB value is (176,86,222).

#b056de hex color red value is 176, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b056de hue: 0.78 , saturation: 0.67 and the lightness value of b056de is 0.60.

The process color (four color CMYK) of #b056de color hex is 0.21, 0.61, 0.00, 0.13. Web safe color of #b056de is #9966cc. Color #b056de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 11011110
Octal 260 126 336
Decimal 176 86 222
Hex B0 56 DE

RGB Percentages of Color #b056de

%36.36
%17.77
%45.87

CMYK Percentages of Color #b056de

%21
%61
%0
%13

Triadic Colors of #b056de

#b056de #deb056 #56deb0

Analogous Colors of #b056de

#b056de #de56c8 #6c56de

Monochromatic Colors of #b056de

#b056de

Complementary Color

#b056de #84de56

#b056de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b056de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b056de Color CSS Codes

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

#b056de Text Font Color

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

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


#b056de Background Color

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

This div background color is #b056de


#b056de Border Color

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

This div border color is #b056de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,86,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b056de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b056de;
  -webkit-box-shadow: 1px 1px 3px 2px #b056de;
  box-shadow:         1px 1px 3px 2px #b056de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,86,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b056de


Comments

No comments written yet.

Please login to write comment.