Color Hex Logo

#b379ff Color Hex

#B379FF
(179,121,255)
0 Favorites   0 Comments

Color spaces of #b379ff

RGB 179121255
HSL0.741.000.74
HSV266°53°100°
CMYK 0.300.530.00   0.00
XYZ43.477830.478598.1991
Yxy30.47850.25250.1770
Hunter Lab55.207343.9625-66.8159
CIE-Lab62.064948.7666-58.6374

#b379ff color RGB value is (179,121,255).

#b379ff hex color red value is 179, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b379ff hue: 0.74 , saturation: 1.00 and the lightness value of b379ff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 11111111
Octal 263 171 377
Decimal 179 121 255
Hex B3 79 FF

RGB Percentages of Color #b379ff

%32.25
%21.80
%45.95

CMYK Percentages of Color #b379ff

%30
%53
%0
%0

Triadic Colors of #b379ff

#b379ff #ffb379 #79ffb3

Analogous Colors of #b379ff

#b379ff #f679ff #7982ff

Monochromatic Colors of #b379ff

#b379ff

Complementary Color

#b379ff #c5ff79

#b379ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379ff Color CSS Codes

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

#b379ff Text Font Color

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

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


#b379ff Background Color

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

This div background color is #b379ff


#b379ff Border Color

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

This div border color is #b379ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379ff

Related Colors

#b379ff Color Palettes


Comments

No comments written yet.

Please login to write comment.