Color Hex Logo

#b382fa Color Hex

#B382FA
(179,130,250)
0 Favorites   0 Comments

Color spaces of #b382fa

RGB 179130250
HSL0.730.920.75
HSV265°48°98°
CMYK 0.280.480.00   0.02
XYZ43.828432.451194.3962
Yxy32.45110.25680.1901
Hunter Lab56.965937.6441-58.3713
CIE-Lab63.714042.6914-53.2668

#b382fa color RGB value is (179,130,250).

#b382fa hex color red value is 179, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b382fa hue: 0.73 , saturation: 0.92 and the lightness value of b382fa is 0.75.

The process color (four color CMYK) of #b382fa color hex is 0.28, 0.48, 0.00, 0.02. Web safe color of #b382fa is #cc99ff. Color #b382fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 11111010
Octal 263 202 372
Decimal 179 130 250
Hex B3 82 FA

RGB Percentages of Color #b382fa

%32.02
%23.26
%44.72

CMYK Percentages of Color #b382fa

%28
%48
%0
%2

Triadic Colors of #b382fa

#b382fa #fab382 #82fab3

Analogous Colors of #b382fa

#b382fa #ef82fa #828dfa

Monochromatic Colors of #b382fa

#b382fa

Complementary Color

#b382fa #c9fa82

#b382fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b382fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b382fa Color CSS Codes

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

#b382fa Text Font Color

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

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


#b382fa Background Color

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

This div background color is #b382fa


#b382fa Border Color

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

This div border color is #b382fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b382fa


Comments

No comments written yet.

Please login to write comment.