Color Hex Logo

#b43abf Color Hex

#B43ABF
(180,58,191)
0 Favorites   0 Comments

Color spaces of #b43abf

RGB 18058191
HSL0.820.530.49
HSV295°70°75°
CMYK 0.060.700.00   0.25
XYZ29.739416.491050.9059
Yxy16.49100.30620.1698
Hunter Lab40.609159.6555-45.8971
CIE-Lab47.612265.2534-45.5504

#b43abf color RGB value is (180,58,191).

#b43abf hex color red value is 180, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b43abf hue: 0.82 , saturation: 0.53 and the lightness value of b43abf is 0.49.

The process color (four color CMYK) of #b43abf color hex is 0.06, 0.70, 0.00, 0.25. Web safe color of #b43abf is #cc33cc. Color #b43abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 10111111
Octal 264 72 277
Decimal 180 58 191
Hex B4 3A BF

RGB Percentages of Color #b43abf

%41.96
%13.52
%44.52

CMYK Percentages of Color #b43abf

%6
%70
%0
%25

Triadic Colors of #b43abf

#b43abf #bfb43a #3abfb4

Analogous Colors of #b43abf

#b43abf #bf3a88 #723abf

Monochromatic Colors of #b43abf

#b43abf

Complementary Color

#b43abf #45bf3a

#b43abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43abf Color CSS Codes

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

#b43abf Text Font Color

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

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


#b43abf Background Color

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

This div background color is #b43abf


#b43abf Border Color

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

This div border color is #b43abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43abf


Comments

No comments written yet.

Please login to write comment.