Color Hex Logo

#b044df Color Hex

#B044DF
(176,68,223)
0 Favorites   0 Comments

Color spaces of #b044df

RGB 17668223
HSL0.780.710.57
HSV282°70°87°
CMYK 0.210.700.00   0.13
XYZ33.290918.692171.6653
Yxy18.69210.26920.1512
Hunter Lab43.234461.7867-68.0151
CIE-Lab50.325066.5676-59.6186

#b044df color RGB value is (176,68,223).

#b044df hex color red value is 176, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b044df hue: 0.78 , saturation: 0.71 and the lightness value of b044df is 0.57.

The process color (four color CMYK) of #b044df color hex is 0.21, 0.70, 0.00, 0.13. Web safe color of #b044df is #9933cc. Color #b044df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 11011111
Octal 260 104 337
Decimal 176 68 223
Hex B0 44 DF

RGB Percentages of Color #b044df

%37.69
%14.56
%47.75

CMYK Percentages of Color #b044df

%21
%70
%0
%13

Triadic Colors of #b044df

#b044df #dfb044 #44dfb0

Analogous Colors of #b044df

#b044df #df44c1 #6344df

Monochromatic Colors of #b044df

#b044df

Complementary Color

#b044df #73df44

#b044df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b044df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b044df Color CSS Codes

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

#b044df Text Font Color

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

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


#b044df Background Color

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

This div background color is #b044df


#b044df Border Color

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

This div border color is #b044df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b044df


Comments

No comments written yet.

Please login to write comment.