Color Hex Logo

#b448df Color Hex

#B448DF
(180,72,223)
0 Favorites   0 Comments

Color spaces of #b448df

RGB 18072223
HSL0.790.700.58
HSV283°68°87°
CMYK 0.190.680.00   0.13
XYZ34.459019.665771.7917
Yxy19.66570.27370.1562
Hunter Lab44.346061.0976-64.9423
CIE-Lab51.457165.7627-57.7689

#b448df color RGB value is (180,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 11011111
Octal 264 110 337
Decimal 180 72 223
Hex B4 48 DF

RGB Percentages of Color #b448df

%37.89
%15.16
%46.95

CMYK Percentages of Color #b448df

%19
%68
%0
%13

Triadic Colors of #b448df

#b448df #dfb448 #48dfb4

Analogous Colors of #b448df

#b448df #df48bf #6948df

Monochromatic Colors of #b448df

#b448df

Complementary Color

#b448df #73df48

#b448df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b448df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b448df Color CSS Codes

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

#b448df Text Font Color

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

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


#b448df Background Color

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

This div background color is #b448df


#b448df Border Color

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

This div border color is #b448df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b448df


Comments

No comments written yet.

Please login to write comment.