Color Hex Logo

#b494eb Color Hex

#B494EB
(180,148,235)
0 Favorites   0 Comments

Color spaces of #b494eb

RGB 180148235
HSL0.730.690.75
HSV262°37°92°
CMYK 0.230.370.00   0.08
XYZ44.407736.881383.3755
Yxy36.88130.26970.2240
Hunter Lab60.730024.2474-38.8876
CIE-Lab67.187929.4121-39.5466

#b494eb color RGB value is (180,148,235).

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

The process color (four color CMYK) of #b494eb color hex is 0.23, 0.37, 0.00, 0.08. Web safe color of #b494eb is #cc99ff. Color #b494eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 11101011
Octal 264 224 353
Decimal 180 148 235
Hex B4 94 EB

RGB Percentages of Color #b494eb

%31.97
%26.29
%41.74

CMYK Percentages of Color #b494eb

%23
%37
%0
%8

Triadic Colors of #b494eb

#b494eb #ebb494 #94ebb4

Analogous Colors of #b494eb

#b494eb #e094eb #94a0eb

Monochromatic Colors of #b494eb

#b494eb

Complementary Color

#b494eb #cbeb94

#b494eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494eb Color CSS Codes

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

#b494eb Text Font Color

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

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


#b494eb Background Color

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

This div background color is #b494eb


#b494eb Border Color

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

This div border color is #b494eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494eb


Comments

No comments written yet.

Please login to write comment.