Color Hex Logo

#b094db Color Hex

#B094DB
(176,148,219)
0 Favorites   0 Comments

Color spaces of #b094db

RGB 176148219
HSL0.730.500.72
HSV264°32°86°
CMYK 0.200.320.00   0.14
XYZ41.280635.524471.6990
Yxy35.52440.27800.2392
Hunter Lab59.602319.3250-29.6016
CIE-Lab66.154924.5350-32.3530

#b094db color RGB value is (176,148,219).

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

The process color (four color CMYK) of #b094db color hex is 0.20, 0.32, 0.00, 0.14. Web safe color of #b094db is #9999cc. Color #b094db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 11011011
Octal 260 224 333
Decimal 176 148 219
Hex B0 94 DB

RGB Percentages of Color #b094db

%32.41
%27.26
%40.33

CMYK Percentages of Color #b094db

%20
%32
%0
%14

Triadic Colors of #b094db

#b094db #dbb094 #94dbb0

Analogous Colors of #b094db

#b094db #d494db #949cdb

Monochromatic Colors of #b094db

#b094db

Complementary Color

#b094db #bfdb94

#b094db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b094db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b094db Color CSS Codes

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

#b094db Text Font Color

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

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


#b094db Background Color

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

This div background color is #b094db


#b094db Border Color

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

This div border color is #b094db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b094db


Comments

No comments written yet.

Please login to write comment.