Color Hex Logo

#b68afc Color Hex

#B68AFC
(182,138,252)
0 Favorites   0 Comments

Color spaces of #b68afc

RGB 182138252
HSL0.730.950.76
HSV263°45°99°
CMYK 0.280.450.00   0.01
XYZ45.950635.150396.4583
Yxy35.15030.25880.1980
Hunter Lab59.287734.5920-54.9607
CIE-Lab65.865539.5542-50.9360

#b68afc color RGB value is (182,138,252).

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

The process color (four color CMYK) of #b68afc color hex is 0.28, 0.45, 0.00, 0.01. Web safe color of #b68afc is #cc99ff. Color #b68afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 11111100
Octal 266 212 374
Decimal 182 138 252
Hex B6 8A FC

RGB Percentages of Color #b68afc

%31.82
%24.13
%44.06

CMYK Percentages of Color #b68afc

%28
%45
%0
%1

Triadic Colors of #b68afc

#b68afc #fcb68a #8afcb6

Analogous Colors of #b68afc

#b68afc #ef8afc #8a97fc

Monochromatic Colors of #b68afc

#b68afc

Complementary Color

#b68afc #d0fc8a

#b68afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68afc Color CSS Codes

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

#b68afc Text Font Color

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

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


#b68afc Background Color

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

This div background color is #b68afc


#b68afc Border Color

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

This div border color is #b68afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68afc


Comments

No comments written yet.

Please login to write comment.