Color Hex Logo

#b093dd Color Hex

#B093DD
(176,147,221)
0 Favorites   0 Comments

Color spaces of #b093dd

RGB 176147221
HSL0.730.520.72
HSV264°33°87°
CMYK 0.200.330.00   0.13
XYZ41.389435.318073.0422
Yxy35.31800.27640.2358
Hunter Lab59.428920.3160-31.2712
CIE-Lab65.995525.5546-33.7077

#b093dd color RGB value is (176,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 11011101
Octal 260 223 335
Decimal 176 147 221
Hex B0 93 DD

RGB Percentages of Color #b093dd

%32.35
%27.02
%40.63

CMYK Percentages of Color #b093dd

%20
%33
%0
%13

Triadic Colors of #b093dd

#b093dd #ddb093 #93ddb0

Analogous Colors of #b093dd

#b093dd #d593dd #939bdd

Monochromatic Colors of #b093dd

#b093dd

Complementary Color

#b093dd #c0dd93

#b093dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093dd Color CSS Codes

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

#b093dd Text Font Color

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

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


#b093dd Background Color

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

This div background color is #b093dd


#b093dd Border Color

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

This div border color is #b093dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093dd


Comments

No comments written yet.

Please login to write comment.