Color Hex Logo

#b6afda Color Hex

#B6AFDA
(182,175,218)
0 Favorites   0 Comments

Color spaces of #b6afda

RGB 182175218
HSL0.690.370.77
HSV250°20°85°
CMYK 0.170.200.00   0.15
XYZ47.276345.667072.6525
Yxy45.66700.28550.2758
Hunter Lab67.57746.6160-16.4386
CIE-Lab73.328911.1225-20.7519

#b6afda color RGB value is (182,175,218).

#b6afda hex color red value is 182, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6afda hue: 0.69 , saturation: 0.37 and the lightness value of b6afda is 0.77.

The process color (four color CMYK) of #b6afda color hex is 0.17, 0.20, 0.00, 0.15. Web safe color of #b6afda is #cc99cc. Color #b6afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101111 11011010
Octal 266 257 332
Decimal 182 175 218
Hex B6 AF DA

RGB Percentages of Color #b6afda

%31.65
%30.43
%37.91

CMYK Percentages of Color #b6afda

%17
%20
%0
%15

Triadic Colors of #b6afda

#b6afda #dab6af #afdab6

Analogous Colors of #b6afda

#b6afda #ccafda #afbeda

Monochromatic Colors of #b6afda

#b6afda

Complementary Color

#b6afda #d3daaf

#b6afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6afda Color CSS Codes

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

#b6afda Text Font Color

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

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


#b6afda Background Color

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

This div background color is #b6afda


#b6afda Border Color

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

This div border color is #b6afda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,175,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6afda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6afda


Comments

No comments written yet.

Please login to write comment.