Color Hex Logo

#b948df Color Hex

#B948DF
(185,72,223)
0 Favorites   0 Comments

Color spaces of #b948df

RGB 18572223
HSL0.790.700.58
HSV285°68°87°
CMYK 0.170.680.00   0.13
XYZ35.644220.276771.8472
Yxy20.27670.27900.1587
Hunter Lab45.029762.4936-63.0796
CIE-Lab52.148666.8236-56.6215

#b948df color RGB value is (185,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 11011111
Octal 271 110 337
Decimal 185 72 223
Hex B9 48 DF

RGB Percentages of Color #b948df

%38.54
%15.00
%46.46

CMYK Percentages of Color #b948df

%17
%68
%0
%13

Triadic Colors of #b948df

#b948df #dfb948 #48dfb9

Analogous Colors of #b948df

#b948df #df48ba #6e48df

Monochromatic Colors of #b948df

#b948df

Complementary Color

#b948df #6edf48

#b948df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b948df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b948df Color CSS Codes

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

#b948df Text Font Color

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

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


#b948df Background Color

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

This div background color is #b948df


#b948df Border Color

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

This div border color is #b948df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b948df


Comments

No comments written yet.

Please login to write comment.