Color Hex Logo

#b994df Color Hex

#B994DF
(185,148,223)
0 Favorites   0 Comments

Color spaces of #b994df

RGB 185148223
HSL0.750.540.73
HSV270°34°87°
CMYK 0.170.340.00   0.13
XYZ43.916836.821874.6047
Yxy36.82180.28270.2370
Hunter Lab60.681022.9946-30.4179
CIE-Lab67.143128.1701-32.9686

#b994df color RGB value is (185,148,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 11011111
Octal 271 224 337
Decimal 185 148 223
Hex B9 94 DF

RGB Percentages of Color #b994df

%33.27
%26.62
%40.11

CMYK Percentages of Color #b994df

%17
%34
%0
%13

Triadic Colors of #b994df

#b994df #dfb994 #94dfb9

Analogous Colors of #b994df

#b994df #df94df #9495df

Monochromatic Colors of #b994df

#b994df

Complementary Color

#b994df #badf94

#b994df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994df Color CSS Codes

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

#b994df Text Font Color

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

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


#b994df Background Color

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

This div background color is #b994df


#b994df Border Color

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

This div border color is #b994df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994df


Comments

No comments written yet.

Please login to write comment.