Color Hex Logo

#b08afc Color Hex

#B08AFC
(176,138,252)
0 Favorites   0 Comments

Color spaces of #b08afc

RGB 176138252
HSL0.720.950.76
HSV260°45°99°
CMYK 0.300.450.00   0.01
XYZ44.563734.435396.3934
Yxy34.43530.25410.1963
Hunter Lab58.681632.8628-56.3157
CIE-Lab65.306637.9747-51.8565

#b08afc color RGB value is (176,138,252).

#b08afc hex color red value is 176, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b08afc hue: 0.72 , saturation: 0.95 and the lightness value of b08afc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 11111100
Octal 260 212 374
Decimal 176 138 252
Hex B0 8A FC

RGB Percentages of Color #b08afc

%31.10
%24.38
%44.52

CMYK Percentages of Color #b08afc

%30
%45
%0
%1

Triadic Colors of #b08afc

#b08afc #fcb08a #8afcb0

Analogous Colors of #b08afc

#b08afc #e98afc #8a9dfc

Monochromatic Colors of #b08afc

#b08afc

Complementary Color

#b08afc #d6fc8a

#b08afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08afc Color CSS Codes

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

#b08afc Text Font Color

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

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


#b08afc Background Color

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

This div background color is #b08afc


#b08afc Border Color

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

This div border color is #b08afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,138,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08afc

Related Colors


Comments

No comments written yet.

Please login to write comment.