Color Hex Logo

#b0afeb Color Hex

#B0AFEB
(176,175,235)
0 Favorites   0 Comments

Color spaces of #b0afeb

RGB 176175235
HSL0.670.600.80
HSV241°26°92°
CMYK 0.250.260.00   0.08
XYZ48.229945.888284.9126
Yxy45.88820.26940.2563
Hunter Lab67.74088.5414-26.9010
CIE-Lab73.472913.1477-29.8279

#b0afeb color RGB value is (176,175,235).

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

The process color (four color CMYK) of #b0afeb color hex is 0.25, 0.26, 0.00, 0.08. Web safe color of #b0afeb is #9999ff. Color #b0afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101111 11101011
Octal 260 257 353
Decimal 176 175 235
Hex B0 AF EB

RGB Percentages of Color #b0afeb

%30.03
%29.86
%40.10

CMYK Percentages of Color #b0afeb

%25
%26
%0
%8

Triadic Colors of #b0afeb

#b0afeb #ebb0af #afebb0

Analogous Colors of #b0afeb

#b0afeb #ceafeb #afcceb

Monochromatic Colors of #b0afeb

#b0afeb

Complementary Color

#b0afeb #eaebaf

#b0afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0afeb Color CSS Codes

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

#b0afeb Text Font Color

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

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


#b0afeb Background Color

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

This div background color is #b0afeb


#b0afeb Border Color

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

This div border color is #b0afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0afeb


Comments

No comments written yet.

Please login to write comment.