Color Hex Logo

#b381fa Color Hex

#B381FA
(179,129,250)
0 Favorites   0 Comments

Color spaces of #b381fa

RGB 179129250
HSL0.740.920.74
HSV265°48°98°
CMYK 0.280.480.00   0.02
XYZ43.696032.186394.3520
Yxy32.18630.25670.1891
Hunter Lab56.733038.1988-58.8915
CIE-Lab63.496643.2391-53.6119

#b381fa color RGB value is (179,129,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 11111010
Octal 263 201 372
Decimal 179 129 250
Hex B3 81 FA

RGB Percentages of Color #b381fa

%32.08
%23.12
%44.80

CMYK Percentages of Color #b381fa

%28
%48
%0
%2

Triadic Colors of #b381fa

#b381fa #fab381 #81fab3

Analogous Colors of #b381fa

#b381fa #f081fa #818cfa

Monochromatic Colors of #b381fa

#b381fa

Complementary Color

#b381fa #c8fa81

#b381fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381fa Color CSS Codes

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

#b381fa Text Font Color

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

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


#b381fa Background Color

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

This div background color is #b381fa


#b381fa Border Color

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

This div border color is #b381fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381fa


Comments

No comments written yet.

Please login to write comment.