Color Hex Logo

#b095db Color Hex

#B095DB
(176,149,219)
0 Favorites   0 Comments

Color spaces of #b095db

RGB 176149219
HSL0.730.490.72
HSV263°32°86°
CMYK 0.200.320.00   0.14
XYZ41.438135.839571.7515
Yxy35.83950.27810.2405
Hunter Lab59.866118.7884-29.1548
CIE-Lab66.397123.9721-31.9778

#b095db color RGB value is (176,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 11011011
Octal 260 225 333
Decimal 176 149 219
Hex B0 95 DB

RGB Percentages of Color #b095db

%32.35
%27.39
%40.26

CMYK Percentages of Color #b095db

%20
%32
%0
%14

Triadic Colors of #b095db

#b095db #dbb095 #95dbb0

Analogous Colors of #b095db

#b095db #d395db #959ddb

Monochromatic Colors of #b095db

#b095db

Complementary Color

#b095db #c0db95

#b095db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b095db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b095db Color CSS Codes

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

#b095db Text Font Color

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

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


#b095db Background Color

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

This div background color is #b095db


#b095db Border Color

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

This div border color is #b095db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b095db


Comments

No comments written yet.

Please login to write comment.