Color Hex Logo

#b394ff Color Hex

#B394FF
(179,148,255)
0 Favorites   0 Comments

Color spaces of #b394ff

RGB 179148255
HSL0.711.000.79
HSV257°42°100°
CMYK 0.300.420.00   0.00
XYZ47.230337.983599.4500
Yxy37.98350.25580.2057
Hunter Lab61.630828.9384-52.5313
CIE-Lab68.008533.9270-49.2069

#b394ff color RGB value is (179,148,255).

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

The process color (four color CMYK) of #b394ff color hex is 0.30, 0.42, 0.00, 0.00. Web safe color of #b394ff is #cc99ff. Color #b394ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 11111111
Octal 263 224 377
Decimal 179 148 255
Hex B3 94 FF

RGB Percentages of Color #b394ff

%30.76
%25.43
%43.81

CMYK Percentages of Color #b394ff

%30
%42
%0
%0

Triadic Colors of #b394ff

#b394ff #ffb394 #94ffb3

Analogous Colors of #b394ff

#b394ff #e994ff #94abff

Monochromatic Colors of #b394ff

#b394ff

Complementary Color

#b394ff #e0ff94

#b394ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b394ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b394ff Color CSS Codes

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

#b394ff Text Font Color

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

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


#b394ff Background Color

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

This div background color is #b394ff


#b394ff Border Color

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

This div border color is #b394ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b394ff


Comments

No comments written yet.

Please login to write comment.