Color Hex Logo

#b676fa Color Hex

#B676FA
(182,118,250)
0 Favorites   0 Comments

Color spaces of #b676fa

RGB 182118250
HSL0.750.930.72
HSV269°53°98°
CMYK 0.270.530.00   0.02
XYZ43.025229.804193.9276
Yxy29.80410.25800.1787
Hunter Lab54.593145.1390-63.7934
CIE-Lab61.484849.9255-56.7941

#b676fa color RGB value is (182,118,250).

#b676fa hex color red value is 182, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b676fa hue: 0.75 , saturation: 0.93 and the lightness value of b676fa is 0.72.

The process color (four color CMYK) of #b676fa color hex is 0.27, 0.53, 0.00, 0.02. Web safe color of #b676fa is #cc66ff. Color #b676fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11111010
Octal 266 166 372
Decimal 182 118 250
Hex B6 76 FA

RGB Percentages of Color #b676fa

%33.09
%21.45
%45.45

CMYK Percentages of Color #b676fa

%27
%53
%0
%2

Triadic Colors of #b676fa

#b676fa #fab676 #76fab6

Analogous Colors of #b676fa

#b676fa #f876fa #7678fa

Monochromatic Colors of #b676fa

#b676fa

Complementary Color

#b676fa #bafa76

#b676fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676fa Color CSS Codes

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

#b676fa Text Font Color

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

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


#b676fa Background Color

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

This div background color is #b676fa


#b676fa Border Color

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

This div border color is #b676fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,118,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676fa

Related Colors


Comments

No comments written yet.

Please login to write comment.