Color Hex Logo

#b491ed Color Hex

#B491ED
(180,145,237)
0 Favorites   0 Comments

Color spaces of #b491ed

RGB 180145237
HSL0.730.720.75
HSV263°39°93°
CMYK 0.240.390.00   0.07
XYZ44.233936.068584.7513
Yxy36.06850.26800.2185
Hunter Lab60.057126.3710-41.6289
CIE-Lab66.572231.5590-41.6091

#b491ed color RGB value is (180,145,237).

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

The process color (four color CMYK) of #b491ed color hex is 0.24, 0.39, 0.00, 0.07. Web safe color of #b491ed is #cc99ff. Color #b491ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 11101101
Octal 264 221 355
Decimal 180 145 237
Hex B4 91 ED

RGB Percentages of Color #b491ed

%32.03
%25.80
%42.17

CMYK Percentages of Color #b491ed

%24
%39
%0
%7

Triadic Colors of #b491ed

#b491ed #edb491 #91edb4

Analogous Colors of #b491ed

#b491ed #e291ed #919ced

Monochromatic Colors of #b491ed

#b491ed

Complementary Color

#b491ed #caed91

#b491ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491ed Color CSS Codes

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

#b491ed Text Font Color

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

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


#b491ed Background Color

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

This div background color is #b491ed


#b491ed Border Color

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

This div border color is #b491ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491ed


Comments

No comments written yet.

Please login to write comment.