Color Hex Logo

#b7affa Color Hex

#B7AFFA
(183,175,250)
0 Favorites   0 Comments

Color spaces of #b7affa

RGB 183175250
HSL0.680.880.83
HSV246°30°98°
CMYK 0.270.300.00   0.02
XYZ52.113747.629496.8892
Yxy47.62940.26500.2422
Hunter Lab69.014114.0138-34.9277
CIE-Lab74.590618.7600-36.1784

#b7affa color RGB value is (183,175,250).

#b7affa hex color red value is 183, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b7affa hue: 0.68 , saturation: 0.88 and the lightness value of b7affa is 0.83.

The process color (four color CMYK) of #b7affa color hex is 0.27, 0.30, 0.00, 0.02. Web safe color of #b7affa is #cc99ff. Color #b7affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11111010
Octal 267 257 372
Decimal 183 175 250
Hex B7 AF FA

RGB Percentages of Color #b7affa

%30.10
%28.78
%41.12

CMYK Percentages of Color #b7affa

%27
%30
%0
%2

Triadic Colors of #b7affa

#b7affa #fab7af #affab7

Analogous Colors of #b7affa

#b7affa #ddaffa #afcdfa

Monochromatic Colors of #b7affa

#b7affa

Complementary Color

#b7affa #f2faaf

#b7affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7affa Color CSS Codes

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

#b7affa Text Font Color

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

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


#b7affa Background Color

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

This div background color is #b7affa


#b7affa Border Color

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

This div border color is #b7affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7affa


Comments

No comments written yet.

Please login to write comment.