Color Hex Logo

#b44dfa Color Hex

#B44DFA
(180,77,250)
0 Favorites   0 Comments

Color spaces of #b44dfa

RGB 18077250
HSL0.770.950.64
HSV276°69°98°
CMYK 0.280.690.00   0.02
XYZ38.731621.913292.6308
Yxy21.91320.25270.1430
Hunter Lab46.811565.7697-84.5551
CIE-Lab53.934869.2482-68.9312

#b44dfa color RGB value is (180,77,250).

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

The process color (four color CMYK) of #b44dfa color hex is 0.28, 0.69, 0.00, 0.02. Web safe color of #b44dfa is #cc66ff. Color #b44dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11111010
Octal 264 115 372
Decimal 180 77 250
Hex B4 4D FA

RGB Percentages of Color #b44dfa

%35.50
%15.19
%49.31

CMYK Percentages of Color #b44dfa

%28
%69
%0
%2

Triadic Colors of #b44dfa

#b44dfa #fab44d #4dfab4

Analogous Colors of #b44dfa

#b44dfa #fa4dea #5d4dfa

Monochromatic Colors of #b44dfa

#b44dfa

Complementary Color

#b44dfa #93fa4d

#b44dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dfa Color CSS Codes

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

#b44dfa Text Font Color

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

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


#b44dfa Background Color

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

This div background color is #b44dfa


#b44dfa Border Color

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

This div border color is #b44dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dfa


Comments

No comments written yet.

Please login to write comment.