Color Hex Logo

#b56cca Color Hex

#B56CCA
(181,108,202)
0 Favorites   0 Comments

Color spaces of #b56cca

RGB 181108202
HSL0.800.470.61
HSV287°47°79°
CMYK 0.100.470.00   0.21
XYZ35.079324.813158.8177
Yxy24.81310.29550.2090
Hunter Lab49.812738.5316-35.1393
CIE-Lab56.892944.4594-37.2070

#b56cca color RGB value is (181,108,202).

#b56cca hex color red value is 181, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b56cca hue: 0.80 , saturation: 0.47 and the lightness value of b56cca is 0.61.

The process color (four color CMYK) of #b56cca color hex is 0.10, 0.47, 0.00, 0.21. Web safe color of #b56cca is #cc66cc. Color #b56cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 11001010
Octal 265 154 312
Decimal 181 108 202
Hex B5 6C CA

RGB Percentages of Color #b56cca

%36.86
%22.00
%41.14

CMYK Percentages of Color #b56cca

%10
%47
%0
%21

Triadic Colors of #b56cca

#b56cca #cab56c #6ccab5

Analogous Colors of #b56cca

#b56cca #ca6cb0 #866cca

Monochromatic Colors of #b56cca

#b56cca

Complementary Color

#b56cca #81ca6c

#b56cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cca Color CSS Codes

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

#b56cca Text Font Color

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

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


#b56cca Background Color

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

This div background color is #b56cca


#b56cca Border Color

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

This div border color is #b56cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cca


Comments

No comments written yet.

Please login to write comment.