Color Hex Logo

#b493db Color Hex

#B493DB
(180,147,219)
0 Favorites   0 Comments

Color spaces of #b493db

RGB 180147219
HSL0.740.500.72
HSV268°33°86°
CMYK 0.180.330.00   0.14
XYZ42.042335.685271.6899
Yxy35.68520.28140.2388
Hunter Lab59.737121.0864-29.3374
CIE-Lab66.278726.3163-32.1322

#b493db color RGB value is (180,147,219).

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

The process color (four color CMYK) of #b493db color hex is 0.18, 0.33, 0.00, 0.14. Web safe color of #b493db is #cc99cc. Color #b493db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11011011
Octal 264 223 333
Decimal 180 147 219
Hex B4 93 DB

RGB Percentages of Color #b493db

%32.97
%26.92
%40.11

CMYK Percentages of Color #b493db

%18
%33
%0
%14

Triadic Colors of #b493db

#b493db #dbb493 #93dbb4

Analogous Colors of #b493db

#b493db #d893db #9396db

Monochromatic Colors of #b493db

#b493db

Complementary Color

#b493db #badb93

#b493db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493db Color CSS Codes

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

#b493db Text Font Color

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

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


#b493db Background Color

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

This div background color is #b493db


#b493db Border Color

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

This div border color is #b493db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493db


Comments

No comments written yet.

Please login to write comment.