Color Hex Logo

#b993df Color Hex

#B993DF
(185,147,223)
0 Favorites   0 Comments

Color spaces of #b993df

RGB 185147223
HSL0.750.540.73
HSV270°34°87°
CMYK 0.170.340.00   0.13
XYZ43.760636.509474.5526
Yxy36.50940.28260.2358
Hunter Lab60.423023.5361-30.8585
CIE-Lab66.907328.7277-33.3341

#b993df color RGB value is (185,147,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 11011111
Octal 271 223 337
Decimal 185 147 223
Hex B9 93 DF

RGB Percentages of Color #b993df

%33.33
%26.49
%40.18

CMYK Percentages of Color #b993df

%17
%34
%0
%13

Triadic Colors of #b993df

#b993df #dfb993 #93dfb9

Analogous Colors of #b993df

#b993df #df93df #9393df

Monochromatic Colors of #b993df

#b993df

Complementary Color

#b993df #b9df93

#b993df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993df Color CSS Codes

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

#b993df Text Font Color

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

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


#b993df Background Color

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

This div background color is #b993df


#b993df Border Color

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

This div border color is #b993df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993df


Comments

No comments written yet.

Please login to write comment.