Color Hex Logo

#b56bdc Color Hex

#B56BDC
(181,107,220)
0 Favorites   0 Comments

Color spaces of #b56bdc

RGB 181107220
HSL0.780.620.64
HSV279°51°86°
CMYK 0.180.510.00   0.14
XYZ37.232025.506570.6710
Yxy25.50650.27910.1912
Hunter Lab50.504043.2100-47.6127
CIE-Lab57.565648.7508-46.3265

#b56bdc color RGB value is (181,107,220).

#b56bdc hex color red value is 181, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b56bdc hue: 0.78 , saturation: 0.62 and the lightness value of b56bdc is 0.64.

The process color (four color CMYK) of #b56bdc color hex is 0.18, 0.51, 0.00, 0.14. Web safe color of #b56bdc is #cc66cc. Color #b56bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101011 11011100
Octal 265 153 334
Decimal 181 107 220
Hex B5 6B DC

RGB Percentages of Color #b56bdc

%35.63
%21.06
%43.31

CMYK Percentages of Color #b56bdc

%18
%51
%0
%14

Triadic Colors of #b56bdc

#b56bdc #dcb56b #6bdcb5

Analogous Colors of #b56bdc

#b56bdc #dc6bcb #7d6bdc

Monochromatic Colors of #b56bdc

#b56bdc

Complementary Color

#b56bdc #92dc6b

#b56bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56bdc Color CSS Codes

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

#b56bdc Text Font Color

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

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


#b56bdc Background Color

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

This div background color is #b56bdc


#b56bdc Border Color

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

This div border color is #b56bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,107,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56bdc


Comments

No comments written yet.

Please login to write comment.