Color Hex Logo

#b448fc Color Hex

#B448FC
(180,72,252)
0 Favorites   0 Comments

Color spaces of #b448fc

RGB 18072252
HSL0.770.970.64
HSV276°71°99°
CMYK 0.290.710.00   0.01
XYZ38.710421.366394.1793
Yxy21.36630.25090.1385
Hunter Lab46.223768.5948-88.4449
CIE-Lab53.348171.7095-70.9929

#b448fc color RGB value is (180,72,252).

#b448fc hex color red value is 180, green value is 72 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b448fc hue: 0.77 , saturation: 0.97 and the lightness value of b448fc is 0.64.

The process color (four color CMYK) of #b448fc color hex is 0.29, 0.71, 0.00, 0.01. Web safe color of #b448fc is #cc33ff. Color #b448fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 11111100
Octal 264 110 374
Decimal 180 72 252
Hex B4 48 FC

RGB Percentages of Color #b448fc

%35.71
%14.29
%50.00

CMYK Percentages of Color #b448fc

%29
%71
%0
%1

Triadic Colors of #b448fc

#b448fc #fcb448 #48fcb4

Analogous Colors of #b448fc

#b448fc #fc48ea #5a48fc

Monochromatic Colors of #b448fc

#b448fc

Complementary Color

#b448fc #90fc48

#b448fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b448fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b448fc Color CSS Codes

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

#b448fc Text Font Color

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

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


#b448fc Background Color

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

This div background color is #b448fc


#b448fc Border Color

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

This div border color is #b448fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,72,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b448fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b448fc


Comments

No comments written yet.

Please login to write comment.