Color Hex Logo

#b093de Color Hex

#B093DE
(176,147,222)
0 Favorites   0 Comments

Color spaces of #b093de

RGB 176147222
HSL0.730.530.72
HSV263°34°87°
CMYK 0.210.340.00   0.13
XYZ41.523035.371573.7461
Yxy35.37150.27560.2348
Hunter Lab59.473920.5442-31.8863
CIE-Lab66.036925.7835-34.1969

#b093de color RGB value is (176,147,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 11011110
Octal 260 223 336
Decimal 176 147 222
Hex B0 93 DE

RGB Percentages of Color #b093de

%32.29
%26.97
%40.73

CMYK Percentages of Color #b093de

%21
%34
%0
%13

Triadic Colors of #b093de

#b093de #deb093 #93deb0

Analogous Colors of #b093de

#b093de #d693de #939cde

Monochromatic Colors of #b093de

#b093de

Complementary Color

#b093de #c1de93

#b093de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093de Color CSS Codes

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

#b093de Text Font Color

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

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


#b093de Background Color

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

This div background color is #b093de


#b093de Border Color

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

This div border color is #b093de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093de


Comments

No comments written yet.

Please login to write comment.