Color Hex Logo

#b56ddc Color Hex

#B56DDC
(181,109,220)
0 Favorites   0 Comments

Color spaces of #b56ddc

RGB 181109220
HSL0.770.610.65
HSV279°50°86°
CMYK 0.180.500.00   0.14
XYZ37.443025.928370.7414
Yxy25.92830.27920.1933
Hunter Lab50.919842.1471-46.7259
CIE-Lab57.968947.7022-45.6886

#b56ddc color RGB value is (181,109,220).

#b56ddc hex color red value is 181, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b56ddc hue: 0.77 , saturation: 0.61 and the lightness value of b56ddc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 11011100
Octal 265 155 334
Decimal 181 109 220
Hex B5 6D DC

RGB Percentages of Color #b56ddc

%35.49
%21.37
%43.14

CMYK Percentages of Color #b56ddc

%18
%50
%0
%14

Triadic Colors of #b56ddc

#b56ddc #dcb56d #6ddcb5

Analogous Colors of #b56ddc

#b56ddc #dc6dcc #7e6ddc

Monochromatic Colors of #b56ddc

#b56ddc

Complementary Color

#b56ddc #94dc6d

#b56ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56ddc Color CSS Codes

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

#b56ddc Text Font Color

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

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


#b56ddc Background Color

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

This div background color is #b56ddc


#b56ddc Border Color

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

This div border color is #b56ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56ddc


Comments

No comments written yet.

Please login to write comment.