Color Hex Logo

#b378ff Color Hex

#B378FF
(179,120,255)
0 Favorites   0 Comments

Color spaces of #b378ff

RGB 179120255
HSL0.741.000.74
HSV266°53°100°
CMYK 0.300.530.00   0.00
XYZ43.356930.236698.1588
Yxy30.23660.25240.1760
Hunter Lab54.987844.5153-67.3472
CIE-Lab61.857849.3018-58.9680

#b378ff color RGB value is (179,120,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 11111111
Octal 263 170 377
Decimal 179 120 255
Hex B3 78 FF

RGB Percentages of Color #b378ff

%32.31
%21.66
%46.03

CMYK Percentages of Color #b378ff

%30
%53
%0
%0

Triadic Colors of #b378ff

#b378ff #ffb378 #78ffb3

Analogous Colors of #b378ff

#b378ff #f778ff #7881ff

Monochromatic Colors of #b378ff

#b378ff

Complementary Color

#b378ff #c4ff78

#b378ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378ff Color CSS Codes

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

#b378ff Text Font Color

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

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


#b378ff Background Color

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

This div background color is #b378ff


#b378ff Border Color

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

This div border color is #b378ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378ff

Related Colors


Comments

No comments written yet.

Please login to write comment.