Color Hex Logo

#b44fda Color Hex

#B44FDA
(180,79,218)
0 Favorites   0 Comments

Color spaces of #b44fda

RGB 18079218
HSL0.790.650.58
HSV284°64°85°
CMYK 0.170.640.00   0.15
XYZ34.273320.357268.4526
Yxy20.35720.27850.1654
Hunter Lab45.119056.6342-58.3691
CIE-Lab52.238761.7523-53.6797

#b44fda color RGB value is (180,79,218).

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

The process color (four color CMYK) of #b44fda color hex is 0.17, 0.64, 0.00, 0.15. Web safe color of #b44fda is #cc66cc. Color #b44fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 11011010
Octal 264 117 332
Decimal 180 79 218
Hex B4 4F DA

RGB Percentages of Color #b44fda

%37.74
%16.56
%45.70

CMYK Percentages of Color #b44fda

%17
%64
%0
%15

Triadic Colors of #b44fda

#b44fda #dab44f #4fdab4

Analogous Colors of #b44fda

#b44fda #da4fbb #6f4fda

Monochromatic Colors of #b44fda

#b44fda

Complementary Color

#b44fda #75da4f

#b44fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44fda Color CSS Codes

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

#b44fda Text Font Color

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

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


#b44fda Background Color

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

This div background color is #b44fda


#b44fda Border Color

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

This div border color is #b44fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44fda


Comments

No comments written yet.

Please login to write comment.