Color Hex Logo

#b848df Color Hex

#B848DF
(184,72,223)
0 Favorites   0 Comments

Color spaces of #b848df

RGB 18472223
HSL0.790.700.58
HSV285°68°87°
CMYK 0.170.680.00   0.13
XYZ35.403820.152871.8359
Yxy20.15280.27790.1582
Hunter Lab44.891962.2126-63.4515
CIE-Lab52.009566.6107-56.8522

#b848df color RGB value is (184,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001000 11011111
Octal 270 110 337
Decimal 184 72 223
Hex B8 48 DF

RGB Percentages of Color #b848df

%38.41
%15.03
%46.56

CMYK Percentages of Color #b848df

%17
%68
%0
%13

Triadic Colors of #b848df

#b848df #dfb848 #48dfb8

Analogous Colors of #b848df

#b848df #df48bb #6d48df

Monochromatic Colors of #b848df

#b848df

Complementary Color

#b848df #6fdf48

#b848df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b848df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b848df Color CSS Codes

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

#b848df Text Font Color

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

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


#b848df Background Color

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

This div background color is #b848df


#b848df Border Color

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

This div border color is #b848df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b848df


Comments

No comments written yet.

Please login to write comment.