Color Hex Logo

#b849df Color Hex

#B849DF
(184,73,223)
0 Favorites   0 Comments

Color spaces of #b849df

RGB 18473223
HSL0.790.700.58
HSV284°67°87°
CMYK 0.170.670.00   0.13
XYZ35.469020.283171.8577
Yxy20.28310.27790.1589
Hunter Lab45.036861.7645-63.0735
CIE-Lab52.155866.2010-56.6177

#b849df color RGB value is (184,73,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 11011111
Octal 270 111 337
Decimal 184 73 223
Hex B8 49 DF

RGB Percentages of Color #b849df

%38.33
%15.21
%46.46

CMYK Percentages of Color #b849df

%17
%67
%0
%13

Triadic Colors of #b849df

#b849df #dfb849 #49dfb8

Analogous Colors of #b849df

#b849df #df49bb #6d49df

Monochromatic Colors of #b849df

#b849df

Complementary Color

#b849df #70df49

#b849df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b849df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b849df Color CSS Codes

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

#b849df Text Font Color

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

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


#b849df Background Color

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

This div background color is #b849df


#b849df Border Color

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

This div border color is #b849df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b849df


Comments

No comments written yet.

Please login to write comment.