Color Hex Logo

#b491c9 Color Hex

#B491C9
(180,145,201)
0 Favorites   0 Comments

Color spaces of #b491c9

RGB 180145201
HSL0.770.340.68
HSV278°28°79°
CMYK 0.100.280.00   0.21
XYZ39.490434.171159.7727
Yxy34.17110.29600.2561
Hunter Lab58.456118.2888-19.7062
CIE-Lab65.098223.5354-23.9368

#b491c9 color RGB value is (180,145,201).

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

The process color (four color CMYK) of #b491c9 color hex is 0.10, 0.28, 0.00, 0.21. Web safe color of #b491c9 is #cc99cc. Color #b491c9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 11001001
Octal 264 221 311
Decimal 180 145 201
Hex B4 91 C9

RGB Percentages of Color #b491c9

%34.22
%27.57
%38.21

CMYK Percentages of Color #b491c9

%10
%28
%0
%21

Triadic Colors of #b491c9

#b491c9 #c9b491 #91c9b4

Analogous Colors of #b491c9

#b491c9 #c991c2 #9891c9

Monochromatic Colors of #b491c9

#b491c9

Complementary Color

#b491c9 #a6c991

#b491c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491c9 Color CSS Codes

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

#b491c9 Text Font Color

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

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


#b491c9 Background Color

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

This div background color is #b491c9


#b491c9 Border Color

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

This div border color is #b491c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491c9


Comments

No comments written yet.

Please login to write comment.