Color Hex Logo

#b491df Color Hex

#B491DF
(180,145,223)
0 Favorites   0 Comments

Color spaces of #b491df

RGB 180145223
HSL0.740.550.72
HSV267°35°87°
CMYK 0.190.350.00   0.13
XYZ42.267135.281874.3944
Yxy35.28180.27820.2322
Hunter Lab59.398523.0707-32.6796
CIE-Lab65.967528.3355-34.8298

#b491df color RGB value is (180,145,223).

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

The process color (four color CMYK) of #b491df color hex is 0.19, 0.35, 0.00, 0.13. Web safe color of #b491df is #cc99cc. Color #b491df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 11011111
Octal 264 221 337
Decimal 180 145 223
Hex B4 91 DF

RGB Percentages of Color #b491df

%32.85
%26.46
%40.69

CMYK Percentages of Color #b491df

%19
%35
%0
%13

Triadic Colors of #b491df

#b491df #dfb491 #91dfb4

Analogous Colors of #b491df

#b491df #db91df #9195df

Monochromatic Colors of #b491df

#b491df

Complementary Color

#b491df #bcdf91

#b491df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491df Color CSS Codes

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

#b491df Text Font Color

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

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


#b491df Background Color

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

This div background color is #b491df


#b491df Border Color

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

This div border color is #b491df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491df


Comments

No comments written yet.

Please login to write comment.