Color Hex Logo

#b493eb Color Hex

#B493EB
(180,147,235)
0 Favorites   0 Comments

Color spaces of #b493eb

RGB 180147235
HSL0.730.690.75
HSV263°37°92°
CMYK 0.230.370.00   0.08
XYZ44.251536.568983.3235
Yxy36.56890.26960.2228
Hunter Lab60.472224.7938-39.3640
CIE-Lab66.952329.9720-39.9147

#b493eb color RGB value is (180,147,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11101011
Octal 264 223 353
Decimal 180 147 235
Hex B4 93 EB

RGB Percentages of Color #b493eb

%32.03
%26.16
%41.81

CMYK Percentages of Color #b493eb

%23
%37
%0
%8

Triadic Colors of #b493eb

#b493eb #ebb493 #93ebb4

Analogous Colors of #b493eb

#b493eb #e093eb #939eeb

Monochromatic Colors of #b493eb

#b493eb

Complementary Color

#b493eb #caeb93

#b493eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493eb Color CSS Codes

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

#b493eb Text Font Color

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

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


#b493eb Background Color

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

This div background color is #b493eb


#b493eb Border Color

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

This div border color is #b493eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,147,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 #b493eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493eb


Comments

No comments written yet.

Please login to write comment.