Color Hex Logo

#b8a6ca Color Hex

#B8A6CA
(184,166,202)
0 Favorites   0 Comments

Color spaces of #b8a6ca

RGB 184166202
HSL0.750.250.72
HSV270°18°79°
CMYK 0.090.180.00   0.21
XYZ44.064141.727161.6088
Yxy41.72710.29890.2831
Hunter Lab64.59658.7187-11.3302
CIE-Lab70.682413.3465-15.9687

#b8a6ca color RGB value is (184,166,202).

#b8a6ca hex color red value is 184, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b8a6ca hue: 0.75 , saturation: 0.25 and the lightness value of b8a6ca is 0.72.

The process color (four color CMYK) of #b8a6ca color hex is 0.09, 0.18, 0.00, 0.21. Web safe color of #b8a6ca is #cc99cc. Color #b8a6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100110 11001010
Octal 270 246 312
Decimal 184 166 202
Hex B8 A6 CA

RGB Percentages of Color #b8a6ca

%33.33
%30.07
%36.59

CMYK Percentages of Color #b8a6ca

%9
%18
%0
%21

Triadic Colors of #b8a6ca

#b8a6ca #cab8a6 #a6cab8

Analogous Colors of #b8a6ca

#b8a6ca #caa6ca #a6a6ca

Monochromatic Colors of #b8a6ca

#b8a6ca

Complementary Color

#b8a6ca #b8caa6

#b8a6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a6ca Color CSS Codes

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

#b8a6ca Text Font Color

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

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


#b8a6ca Background Color

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

This div background color is #b8a6ca


#b8a6ca Border Color

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

This div border color is #b8a6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a6ca


Comments

No comments written yet.

Please login to write comment.