Color Hex Logo

#b393df Color Hex

#B393DF
(179,147,223)
0 Favorites   0 Comments

Color spaces of #b393df

RGB 179147223
HSL0.740.540.73
HSV265°34°87°
CMYK 0.200.340.00   0.13
XYZ42.343435.778974.4863
Yxy35.77890.27750.2344
Hunter Lab59.815521.6832-31.9611
CIE-Lab66.350626.9135-34.2416

#b393df color RGB value is (179,147,223).

#b393df hex color red value is 179, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b393df hue: 0.74 , saturation: 0.54 and the lightness value of b393df is 0.73.

The process color (four color CMYK) of #b393df color hex is 0.20, 0.34, 0.00, 0.13. Web safe color of #b393df is #cc99cc. Color #b393df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 11011111
Octal 263 223 337
Decimal 179 147 223
Hex B3 93 DF

RGB Percentages of Color #b393df

%32.60
%26.78
%40.62

CMYK Percentages of Color #b393df

%20
%34
%0
%13

Triadic Colors of #b393df

#b393df #dfb393 #93dfb3

Analogous Colors of #b393df

#b393df #d993df #9399df

Monochromatic Colors of #b393df

#b393df

Complementary Color

#b393df #bfdf93

#b393df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b393df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b393df Color CSS Codes

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

#b393df Text Font Color

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

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


#b393df Background Color

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

This div background color is #b393df


#b393df Border Color

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

This div border color is #b393df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b393df


Comments

No comments written yet.

Please login to write comment.