Color Hex Logo

#b444d8 Color Hex

#B444D8
(180,68,216)
0 Favorites   0 Comments

Color spaces of #b444d8

RGB 18068216
HSL0.790.650.56
HSV285°69°85°
CMYK 0.170.690.00   0.15
XYZ33.284218.795466.8394
Yxy18.79540.27990.1581
Hunter Lab43.353761.1721-61.0613
CIE-Lab50.447066.0182-55.4122

#b444d8 color RGB value is (180,68,216).

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

The process color (four color CMYK) of #b444d8 color hex is 0.17, 0.69, 0.00, 0.15. Web safe color of #b444d8 is #cc33cc. Color #b444d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000100 11011000
Octal 264 104 330
Decimal 180 68 216
Hex B4 44 D8

RGB Percentages of Color #b444d8

%38.79
%14.66
%46.55

CMYK Percentages of Color #b444d8

%17
%69
%0
%15

Triadic Colors of #b444d8

#b444d8 #d8b444 #44d8b4

Analogous Colors of #b444d8

#b444d8 #d844b2 #6a44d8

Monochromatic Colors of #b444d8

#b444d8

Complementary Color

#b444d8 #68d844

#b444d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b444d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b444d8 Color CSS Codes

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

#b444d8 Text Font Color

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

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


#b444d8 Background Color

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

This div background color is #b444d8


#b444d8 Border Color

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

This div border color is #b444d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b444d8


Comments

No comments written yet.

Please login to write comment.