Color Hex Logo

#b095de Color Hex

#B095DE
(176,149,222)
0 Favorites   0 Comments

Color spaces of #b095de

RGB 176149222
HSL0.730.530.73
HSV262°33°87°
CMYK 0.210.330.00   0.13
XYZ41.836835.998973.8507
Yxy35.99890.27580.2373
Hunter Lab59.999119.4680-30.9786
CIE-Lab66.519124.6584-33.4485

#b095de color RGB value is (176,149,222).

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

The process color (four color CMYK) of #b095de color hex is 0.21, 0.33, 0.00, 0.13. Web safe color of #b095de is #9999cc. Color #b095de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 11011110
Octal 260 225 336
Decimal 176 149 222
Hex B0 95 DE

RGB Percentages of Color #b095de

%32.18
%27.24
%40.59

CMYK Percentages of Color #b095de

%21
%33
%0
%13

Triadic Colors of #b095de

#b095de #deb095 #95deb0

Analogous Colors of #b095de

#b095de #d595de #959fde

Monochromatic Colors of #b095de

#b095de

Complementary Color

#b095de #c3de95

#b095de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b095de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b095de Color CSS Codes

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

#b095de Text Font Color

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

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


#b095de Background Color

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

This div background color is #b095de


#b095de Border Color

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

This div border color is #b095de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,149,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b095de


Comments

No comments written yet.

Please login to write comment.