Color Hex Logo

#b46cca Color Hex

#B46CCA
(180,108,202)
0 Favorites   0 Comments

Color spaces of #b46cca

RGB 180108202
HSL0.790.470.61
HSV286°47°79°
CMYK 0.110.470.00   0.21
XYZ34.845624.692758.8067
Yxy24.69270.29440.2087
Hunter Lab49.691738.2099-35.3813
CIE-Lab56.774844.1702-37.4004

#b46cca color RGB value is (180,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11001010
Octal 264 154 312
Decimal 180 108 202
Hex B4 6C CA

RGB Percentages of Color #b46cca

%36.73
%22.04
%41.22

CMYK Percentages of Color #b46cca

%11
%47
%0
%21

Triadic Colors of #b46cca

#b46cca #cab46c #6ccab4

Analogous Colors of #b46cca

#b46cca #ca6cb1 #856cca

Monochromatic Colors of #b46cca

#b46cca

Complementary Color

#b46cca #82ca6c

#b46cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cca Color CSS Codes

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

#b46cca Text Font Color

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

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


#b46cca Background Color

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

This div background color is #b46cca


#b46cca Border Color

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

This div border color is #b46cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cca


Comments

No comments written yet.

Please login to write comment.