Color Hex Logo

#b6afca Color Hex

#B6AFCA
(182,175,202)
0 Favorites   0 Comments

Color spaces of #b6afca

RGB 182175202
HSL0.710.200.74
HSV256°13°79°
CMYK 0.100.130.00   0.21
XYZ45.282044.869362.1511
Yxy44.86930.29730.2946
Hunter Lab66.98463.4442-8.1226
CIE-Lab72.80587.7268-12.7917

#b6afca color RGB value is (182,175,202).

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

The process color (four color CMYK) of #b6afca color hex is 0.10, 0.13, 0.00, 0.21. Web safe color of #b6afca is #cc99cc. Color #b6afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101111 11001010
Octal 266 257 312
Decimal 182 175 202
Hex B6 AF CA

RGB Percentages of Color #b6afca

%32.56
%31.31
%36.14

CMYK Percentages of Color #b6afca

%10
%13
%0
%21

Triadic Colors of #b6afca

#b6afca #cab6af #afcab6

Analogous Colors of #b6afca

#b6afca #c4afca #afb6ca

Monochromatic Colors of #b6afca

#b6afca

Complementary Color

#b6afca #c3caaf

#b6afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6afca Color CSS Codes

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

#b6afca Text Font Color

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

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


#b6afca Background Color

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

This div background color is #b6afca


#b6afca Border Color

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

This div border color is #b6afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6afca


Comments

No comments written yet.

Please login to write comment.