Color Hex Logo

#b044ff Color Hex

#B044FF
(176,68,255)
0 Favorites   0 Comments

Color spaces of #b044ff

RGB 17668255
HSL0.761.000.63
HSV275°73°100°
CMYK 0.310.730.00   0.00
XYZ38.021620.584496.5770
Yxy20.58440.24500.1326
Hunter Lab45.370070.1914-94.4487
CIE-Lab52.491673.1897-74.0732

#b044ff color RGB value is (176,68,255).

#b044ff hex color red value is 176, green value is 68 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b044ff hue: 0.76 , saturation: 1.00 and the lightness value of b044ff is 0.63.

The process color (four color CMYK) of #b044ff color hex is 0.31, 0.73, 0.00, 0.00. Web safe color of #b044ff is #9933ff. Color #b044ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 11111111
Octal 260 104 377
Decimal 176 68 255
Hex B0 44 FF

RGB Percentages of Color #b044ff

%35.27
%13.63
%51.10

CMYK Percentages of Color #b044ff

%31
%73
%0
%0

Triadic Colors of #b044ff

#b044ff #ffb044 #44ffb0

Analogous Colors of #b044ff

#b044ff #ff44f1 #5344ff

Monochromatic Colors of #b044ff

#b044ff

Complementary Color

#b044ff #93ff44

#b044ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b044ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b044ff Color CSS Codes

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

#b044ff Text Font Color

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

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


#b044ff Background Color

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

This div background color is #b044ff


#b044ff Border Color

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

This div border color is #b044ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,68,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b044ff

Related Colors


Comments

No comments written yet.

Please login to write comment.