Color Hex Logo

#b491f9 Color Hex

#B491F9
(180,145,249)
0 Favorites   0 Comments

Color spaces of #b491f9

RGB 180145249
HSL0.720.900.77
HSV260°42°98°
CMYK 0.280.420.00   0.02
XYZ46.046736.793694.2975
Yxy36.79360.25990.2077
Hunter Lab60.657729.3525-49.7108
CIE-Lab67.121934.4122-47.3246

#b491f9 color RGB value is (180,145,249).

#b491f9 hex color red value is 180, green value is 145 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b491f9 hue: 0.72 , saturation: 0.90 and the lightness value of b491f9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 11111001
Octal 264 221 371
Decimal 180 145 249
Hex B4 91 F9

RGB Percentages of Color #b491f9

%31.36
%25.26
%43.38

CMYK Percentages of Color #b491f9

%28
%42
%0
%2

Triadic Colors of #b491f9

#b491f9 #f9b491 #91f9b4

Analogous Colors of #b491f9

#b491f9 #e891f9 #91a2f9

Monochromatic Colors of #b491f9

#b491f9

Complementary Color

#b491f9 #d6f991

#b491f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491f9 Color CSS Codes

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

#b491f9 Text Font Color

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

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


#b491f9 Background Color

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

This div background color is #b491f9


#b491f9 Border Color

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

This div border color is #b491f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,145,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491f9


Comments

No comments written yet.

Please login to write comment.