Color Hex Logo

#b44faf Color Hex

#B44FAF
(180,79,175)
0 Favorites   0 Comments

Color spaces of #b44faf

RGB 18079175
HSL0.840.400.51
HSV303°56°71°
CMYK 0.000.560.03   0.29
XYZ29.356218.390442.5599
Yxy18.39040.32510.2036
Hunter Lab42.884047.1449-28.8230
CIE-Lab49.966253.6424-32.4975

#b44faf color RGB value is (180,79,175).

#b44faf hex color red value is 180, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b44faf hue: 0.84 , saturation: 0.40 and the lightness value of b44faf is 0.51.

The process color (four color CMYK) of #b44faf color hex is 0.00, 0.56, 0.03, 0.29. Web safe color of #b44faf is #cc6699. Color #b44faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 10101111
Octal 264 117 257
Decimal 180 79 175
Hex B4 4F AF

RGB Percentages of Color #b44faf

%41.47
%18.20
%40.32

CMYK Percentages of Color #b44faf

%0
%56
%3
%29

Triadic Colors of #b44faf

#b44faf #afb44f #4fafb4

Analogous Colors of #b44faf

#b44faf #b44f7d #874fb4

Monochromatic Colors of #b44faf

#b44faf

Complementary Color

#b44faf #4fb454

#b44faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44faf Color CSS Codes

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

#b44faf Text Font Color

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

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


#b44faf Background Color

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

This div background color is #b44faf


#b44faf Border Color

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

This div border color is #b44faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44faf


Comments

No comments written yet.

Please login to write comment.