Color Hex Logo

#b2afef Color Hex

#B2AFEF
(178,175,239)
0 Favorites   0 Comments

Color spaces of #b2afef

RGB 178175239
HSL0.670.670.81
HSV243°27°94°
CMYK 0.260.270.00   0.06
XYZ49.270146.356988.0123
Yxy46.35690.26830.2524
Hunter Lab68.085910.0205-28.9820
CIE-Lab73.776514.6858-31.5179

#b2afef color RGB value is (178,175,239).

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

The process color (four color CMYK) of #b2afef color hex is 0.26, 0.27, 0.00, 0.06. Web safe color of #b2afef is #9999ff. Color #b2afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11101111
Octal 262 257 357
Decimal 178 175 239
Hex B2 AF EF

RGB Percentages of Color #b2afef

%30.07
%29.56
%40.37

CMYK Percentages of Color #b2afef

%26
%27
%0
%6

Triadic Colors of #b2afef

#b2afef #efb2af #afefb2

Analogous Colors of #b2afef

#b2afef #d2afef #afccef

Monochromatic Colors of #b2afef

#b2afef

Complementary Color

#b2afef #ecefaf

#b2afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afef Color CSS Codes

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

#b2afef Text Font Color

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

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


#b2afef Background Color

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

This div background color is #b2afef


#b2afef Border Color

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

This div border color is #b2afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afef


Comments

No comments written yet.

Please login to write comment.