Color Hex Logo

#b3afff Color Hex

#B3AFFF
(179,175,255)
0 Favorites   0 Comments

Color spaces of #b3afff

RGB 179175255
HSL0.681.000.84
HSV243°31°100°
CMYK 0.300.310.00   0.00
XYZ51.970447.4637101.0300
Yxy47.46370.25930.2368
Hunter Lab68.893914.0879-38.7205
CIE-Lab74.485418.8379-39.0620

#b3afff color RGB value is (179,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101111 11111111
Octal 263 257 377
Decimal 179 175 255
Hex B3 AF FF

RGB Percentages of Color #b3afff

%29.39
%28.74
%41.87

CMYK Percentages of Color #b3afff

%30
%31
%0
%0

Triadic Colors of #b3afff

#b3afff #ffb3af #afffb3

Analogous Colors of #b3afff

#b3afff #dbafff #afd3ff

Monochromatic Colors of #b3afff

#b3afff

Complementary Color

#b3afff #fbffaf

#b3afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3afff Color CSS Codes

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

#b3afff Text Font Color

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

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


#b3afff Background Color

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

This div background color is #b3afff


#b3afff Border Color

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

This div border color is #b3afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3afff


Comments

No comments written yet.

Please login to write comment.