Color Hex Logo

#b854df Color Hex

#B854DF
(184,84,223)
0 Favorites   0 Comments

Color spaces of #b854df

RGB 18484223
HSL0.790.680.60
HSV283°62°87°
CMYK 0.170.620.00   0.13
XYZ36.256821.858772.1202
Yxy21.85870.27840.1678
Hunter Lab46.753356.6071-58.7316
CIE-Lab53.876861.4287-53.8623

#b854df color RGB value is (184,84,223).

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

The process color (four color CMYK) of #b854df color hex is 0.17, 0.62, 0.00, 0.13. Web safe color of #b854df is #cc66cc. Color #b854df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 11011111
Octal 270 124 337
Decimal 184 84 223
Hex B8 54 DF

RGB Percentages of Color #b854df

%37.47
%17.11
%45.42

CMYK Percentages of Color #b854df

%17
%62
%0
%13

Triadic Colors of #b854df

#b854df #dfb854 #54dfb8

Analogous Colors of #b854df

#b854df #df54c1 #7354df

Monochromatic Colors of #b854df

#b854df

Complementary Color

#b854df #7bdf54

#b854df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854df Color CSS Codes

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

#b854df Text Font Color

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

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


#b854df Background Color

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

This div background color is #b854df


#b854df Border Color

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

This div border color is #b854df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854df


Comments

No comments written yet.

Please login to write comment.