Color Hex Logo

#b2a0ca Color Hex

#B2A0CA
(178,160,202)
0 Favorites   0 Comments

Color spaces of #b2a0ca

RGB 178160202
HSL0.740.280.71
HSV266°21°79°
CMYK 0.120.210.00   0.21
XYZ41.591638.870961.1878
Yxy38.87090.29360.2744
Hunter Lab62.34659.9716-14.5455
CIE-Lab68.657614.6960-19.0820

#b2a0ca color RGB value is (178,160,202).

#b2a0ca hex color red value is 178, green value is 160 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2a0ca hue: 0.74 , saturation: 0.28 and the lightness value of b2a0ca is 0.71.

The process color (four color CMYK) of #b2a0ca color hex is 0.12, 0.21, 0.00, 0.21. Web safe color of #b2a0ca is #9999cc. Color #b2a0ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100000 11001010
Octal 262 240 312
Decimal 178 160 202
Hex B2 A0 CA

RGB Percentages of Color #b2a0ca

%32.96
%29.63
%37.41

CMYK Percentages of Color #b2a0ca

%12
%21
%0
%21

Triadic Colors of #b2a0ca

#b2a0ca #cab2a0 #a0cab2

Analogous Colors of #b2a0ca

#b2a0ca #c7a0ca #a0a3ca

Monochromatic Colors of #b2a0ca

#b2a0ca

Complementary Color

#b2a0ca #b8caa0

#b2a0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a0ca Color CSS Codes

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

#b2a0ca Text Font Color

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

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


#b2a0ca Background Color

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

This div background color is #b2a0ca


#b2a0ca Border Color

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

This div border color is #b2a0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a0ca


Comments

No comments written yet.

Please login to write comment.