Color Hex Logo

#b2affd Color Hex

#B2AFFD
(178,175,253)
0 Favorites   0 Comments

Color spaces of #b2affd

RGB 178175253
HSL0.670.950.84
HSV242°31°99°
CMYK 0.300.310.00   0.01
XYZ51.419747.216899.3321
Yxy47.21680.25970.2385
Hunter Lab68.714513.3229-37.6081
CIE-Lab74.328218.0661-38.2340

#b2affd color RGB value is (178,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11111101
Octal 262 257 375
Decimal 178 175 253
Hex B2 AF FD

RGB Percentages of Color #b2affd

%29.37
%28.88
%41.75

CMYK Percentages of Color #b2affd

%30
%31
%0
%1

Triadic Colors of #b2affd

#b2affd #fdb2af #affdb2

Analogous Colors of #b2affd

#b2affd #d9affd #afd3fd

Monochromatic Colors of #b2affd

#b2affd

Complementary Color

#b2affd #fafdaf

#b2affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2affd Color CSS Codes

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

#b2affd Text Font Color

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

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


#b2affd Background Color

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

This div background color is #b2affd


#b2affd Border Color

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

This div border color is #b2affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2affd

Related Colors


Comments

No comments written yet.

Please login to write comment.