Color Hex Logo

#b949df Color Hex

#B949DF
(185,73,223)
0 Favorites   0 Comments

Color spaces of #b949df

RGB 18573223
HSL0.790.700.58
HSV285°67°87°
CMYK 0.170.670.00   0.13
XYZ35.709420.407171.8689
Yxy20.40710.27900.1594
Hunter Lab45.174262.0461-62.7041
CIE-Lab52.294466.4150-56.3877

#b949df color RGB value is (185,73,223).

#b949df hex color red value is 185, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b949df hue: 0.79 , saturation: 0.70 and the lightness value of b949df is 0.58.

The process color (four color CMYK) of #b949df color hex is 0.17, 0.67, 0.00, 0.13. Web safe color of #b949df is #cc33cc. Color #b949df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 11011111
Octal 271 111 337
Decimal 185 73 223
Hex B9 49 DF

RGB Percentages of Color #b949df

%38.46
%15.18
%46.36

CMYK Percentages of Color #b949df

%17
%67
%0
%13

Triadic Colors of #b949df

#b949df #dfb949 #49dfb9

Analogous Colors of #b949df

#b949df #df49ba #6e49df

Monochromatic Colors of #b949df

#b949df

Complementary Color

#b949df #6fdf49

#b949df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b949df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b949df Color CSS Codes

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

#b949df Text Font Color

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

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


#b949df Background Color

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

This div background color is #b949df


#b949df Border Color

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

This div border color is #b949df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b949df


Comments

No comments written yet.

Please login to write comment.