Color Hex Logo

#b3afeb Color Hex

#B3AFEB
(179,175,235)
0 Favorites   0 Comments

Color spaces of #b3afeb

RGB 179175235
HSL0.680.600.80
HSV244°26°92°
CMYK 0.240.260.00   0.08
XYZ48.915846.241884.9447
Yxy46.24180.27160.2568
Hunter Lab68.00139.3992-26.4619
CIE-Lab73.702214.0413-29.4559

#b3afeb color RGB value is (179,175,235).

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

The process color (four color CMYK) of #b3afeb color hex is 0.24, 0.26, 0.00, 0.08. Web safe color of #b3afeb is #cc99ff. Color #b3afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101111 11101011
Octal 263 257 353
Decimal 179 175 235
Hex B3 AF EB

RGB Percentages of Color #b3afeb

%30.39
%29.71
%39.90

CMYK Percentages of Color #b3afeb

%24
%26
%0
%8

Triadic Colors of #b3afeb

#b3afeb #ebb3af #afebb3

Analogous Colors of #b3afeb

#b3afeb #d1afeb #afc9eb

Monochromatic Colors of #b3afeb

#b3afeb

Complementary Color

#b3afeb #e7ebaf

#b3afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3afeb Color CSS Codes

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

#b3afeb Text Font Color

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

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


#b3afeb Background Color

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

This div background color is #b3afeb


#b3afeb Border Color

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

This div border color is #b3afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3afeb


Comments

No comments written yet.

Please login to write comment.