Color Hex Logo

#b2afff Color Hex

#B2AFFF
(178,175,255)
0 Favorites   0 Comments

Color spaces of #b2afff

RGB 178175255
HSL0.671.000.84
HSV242°31°100°
CMYK 0.300.310.00   0.00
XYZ51.740147.3449101.0192
Yxy47.34490.25860.2366
Hunter Lab68.807613.8102-38.8806
CIE-Lab74.409818.5587-39.1853

#b2afff color RGB value is (178,175,255).

#b2afff hex color red value is 178, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b2afff hue: 0.67 , saturation: 1.00 and the lightness value of b2afff is 0.84.

The process color (four color CMYK) of #b2afff color hex is 0.30, 0.31, 0.00, 0.00. Web safe color of #b2afff is #9999ff. Color #b2afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11111111
Octal 262 257 377
Decimal 178 175 255
Hex B2 AF FF

RGB Percentages of Color #b2afff

%29.28
%28.78
%41.94

CMYK Percentages of Color #b2afff

%30
%31
%0
%0

Triadic Colors of #b2afff

#b2afff #ffb2af #afffb2

Analogous Colors of #b2afff

#b2afff #daafff #afd4ff

Monochromatic Colors of #b2afff

#b2afff

Complementary Color

#b2afff #fcffaf

#b2afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afff Color CSS Codes

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

#b2afff Text Font Color

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

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


#b2afff Background Color

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

This div background color is #b2afff


#b2afff Border Color

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

This div border color is #b2afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afff


Comments

No comments written yet.

Please login to write comment.