Color Hex Logo

#b494ff Color Hex

#B494FF
(180,148,255)
0 Favorites   0 Comments

Color spaces of #b494ff

RGB 180148255
HSL0.721.000.79
HSV258°42°100°
CMYK 0.290.420.00   0.00
XYZ47.462338.103199.4608
Yxy38.10310.25650.2059
Hunter Lab61.727729.2248-52.3236
CIE-Lab68.096534.1948-49.0621

#b494ff color RGB value is (180,148,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 11111111
Octal 264 224 377
Decimal 180 148 255
Hex B4 94 FF

RGB Percentages of Color #b494ff

%30.87
%25.39
%43.74

CMYK Percentages of Color #b494ff

%29
%42
%0
%0

Triadic Colors of #b494ff

#b494ff #ffb494 #94ffb4

Analogous Colors of #b494ff

#b494ff #ea94ff #94aaff

Monochromatic Colors of #b494ff

#b494ff

Complementary Color

#b494ff #dfff94

#b494ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494ff Color CSS Codes

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

#b494ff Text Font Color

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

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


#b494ff Background Color

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

This div background color is #b494ff


#b494ff Border Color

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

This div border color is #b494ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494ff


Comments

No comments written yet.

Please login to write comment.