Color Hex Logo

#b9afda Color Hex

#B9AFDA
(185,175,218)
0 Favorites   0 Comments

Color spaces of #b9afda

RGB 185175218
HSL0.710.370.77
HSV254°20°85°
CMYK 0.150.200.00   0.15
XYZ47.992446.036272.6861
Yxy46.03620.28790.2761
Hunter Lab67.85007.5211-16.0210
CIE-Lab73.569012.0778-20.3649

#b9afda color RGB value is (185,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 11011010
Octal 271 257 332
Decimal 185 175 218
Hex B9 AF DA

RGB Percentages of Color #b9afda

%32.01
%30.28
%37.72

CMYK Percentages of Color #b9afda

%15
%20
%0
%15

Triadic Colors of #b9afda

#b9afda #dab9af #afdab9

Analogous Colors of #b9afda

#b9afda #cfafda #afbbda

Monochromatic Colors of #b9afda

#b9afda

Complementary Color

#b9afda #d0daaf

#b9afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afda Color CSS Codes

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

#b9afda Text Font Color

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

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


#b9afda Background Color

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

This div background color is #b9afda


#b9afda Border Color

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

This div border color is #b9afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afda


Comments

No comments written yet.

Please login to write comment.