Color Hex Logo

#b2afda Color Hex

#B2AFDA
(178,175,218)
0 Favorites   0 Comments

Color spaces of #b2afda

RGB 178175218
HSL0.680.370.77
HSV244°20°85°
CMYK 0.180.200.00   0.15
XYZ46.345045.186972.6090
Yxy45.18690.28230.2753
Hunter Lab67.22125.4280-16.9873
CIE-Lab73.01489.8579-21.2586

#b2afda color RGB value is (178,175,218).

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

The process color (four color CMYK) of #b2afda color hex is 0.18, 0.20, 0.00, 0.15. Web safe color of #b2afda is #9999cc. Color #b2afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11011010
Octal 262 257 332
Decimal 178 175 218
Hex B2 AF DA

RGB Percentages of Color #b2afda

%31.17
%30.65
%38.18

CMYK Percentages of Color #b2afda

%18
%20
%0
%15

Triadic Colors of #b2afda

#b2afda #dab2af #afdab2

Analogous Colors of #b2afda

#b2afda #c8afda #afc2da

Monochromatic Colors of #b2afda

#b2afda

Complementary Color

#b2afda #d7daaf

#b2afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afda Color CSS Codes

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

#b2afda Text Font Color

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

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


#b2afda Background Color

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

This div background color is #b2afda


#b2afda Border Color

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

This div border color is #b2afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afda


Comments

No comments written yet.

Please login to write comment.