Color Hex Logo

#b680fa Color Hex

#B680FA
(182,128,250)
0 Favorites   0 Comments

Color spaces of #b680fa

RGB 182128250
HSL0.740.920.74
HSV267°49°98°
CMYK 0.270.490.00   0.02
XYZ44.265932.285694.3411
Yxy32.28560.25900.1889
Hunter Lab56.820439.6245-58.6671
CIE-Lab63.578244.5575-53.4638

#b680fa color RGB value is (182,128,250).

#b680fa hex color red value is 182, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b680fa hue: 0.74 , saturation: 0.92 and the lightness value of b680fa is 0.74.

The process color (four color CMYK) of #b680fa color hex is 0.27, 0.49, 0.00, 0.02. Web safe color of #b680fa is #cc99ff. Color #b680fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000000 11111010
Octal 266 200 372
Decimal 182 128 250
Hex B6 80 FA

RGB Percentages of Color #b680fa

%32.50
%22.86
%44.64

CMYK Percentages of Color #b680fa

%27
%49
%0
%2

Triadic Colors of #b680fa

#b680fa #fab680 #80fab6

Analogous Colors of #b680fa

#b680fa #f380fa #8087fa

Monochromatic Colors of #b680fa

#b680fa

Complementary Color

#b680fa #c4fa80

#b680fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b680fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b680fa Color CSS Codes

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

#b680fa Text Font Color

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

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


#b680fa Background Color

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

This div background color is #b680fa


#b680fa Border Color

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

This div border color is #b680fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b680fa

Related Colors


Comments

No comments written yet.

Please login to write comment.