Color Hex Logo

#b443a1 Color Hex

#B443A1
(180,67,161)
0 Favorites   0 Comments

Color spaces of #b443a1

RGB 18067161
HSL0.860.460.48
HSV310°63°71°
CMYK 0.000.630.11   0.29
XYZ27.262616.290835.4258
Yxy16.29080.34520.2063
Hunter Lab40.361949.9354-23.7858
CIE-Lab47.353756.6697-28.3266

#b443a1 color RGB value is (180,67,161).

#b443a1 hex color red value is 180, green value is 67 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b443a1 hue: 0.86 , saturation: 0.46 and the lightness value of b443a1 is 0.48.

The process color (four color CMYK) of #b443a1 color hex is 0.00, 0.63, 0.11, 0.29. Web safe color of #b443a1 is #cc3399. Color #b443a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 10100001
Octal 264 103 241
Decimal 180 67 161
Hex B4 43 A1

RGB Percentages of Color #b443a1

%44.12
%16.42
%39.46

CMYK Percentages of Color #b443a1

%0
%63
%11
%29

Triadic Colors of #b443a1

#b443a1 #a1b443 #43a1b4

Analogous Colors of #b443a1

#b443a1 #b44369 #8f43b4

Monochromatic Colors of #b443a1

#b443a1

Complementary Color

#b443a1 #43b456

#b443a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443a1 Color CSS Codes

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

#b443a1 Text Font Color

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

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


#b443a1 Background Color

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

This div background color is #b443a1


#b443a1 Border Color

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

This div border color is #b443a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443a1


Comments

No comments written yet.

Please login to write comment.