Color Hex Logo

#b49cca Color Hex

#B49CCA
(180,156,202)
0 Favorites   0 Comments

Color spaces of #b49cca

RGB 180156202
HSL0.750.300.70
HSV271°23°79°
CMYK 0.110.230.00   0.21
XYZ41.371537.744560.9820
Yxy37.74450.29530.2694
Hunter Lab61.436612.6883-15.8457
CIE-Lab67.831917.5845-20.3205

#b49cca color RGB value is (180,156,202).

#b49cca hex color red value is 180, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b49cca hue: 0.75 , saturation: 0.30 and the lightness value of b49cca is 0.70.

The process color (four color CMYK) of #b49cca color hex is 0.11, 0.23, 0.00, 0.21. Web safe color of #b49cca is #cc99cc. Color #b49cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 11001010
Octal 264 234 312
Decimal 180 156 202
Hex B4 9C CA

RGB Percentages of Color #b49cca

%33.46
%29.00
%37.55

CMYK Percentages of Color #b49cca

%11
%23
%0
%21

Triadic Colors of #b49cca

#b49cca #cab49c #9ccab4

Analogous Colors of #b49cca

#b49cca #ca9cc9 #9d9cca

Monochromatic Colors of #b49cca

#b49cca

Complementary Color

#b49cca #b2ca9c

#b49cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49cca Color CSS Codes

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

#b49cca Text Font Color

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

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


#b49cca Background Color

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

This div background color is #b49cca


#b49cca Border Color

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

This div border color is #b49cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49cca


Comments

No comments written yet.

Please login to write comment.