Color Hex Logo

#b43d91 Color Hex

#B43D91
(180,61,145)
0 Favorites   0 Comments

Color spaces of #b43d91

RGB 18061145
HSL0.880.490.47
HSV318°66°71°
CMYK 0.000.660.19   0.29
XYZ25.602015.085128.3504
Yxy15.08510.37080.2185
Hunter Lab38.839549.6933-16.0903
CIE-Lab45.750556.7442-21.2450

#b43d91 color RGB value is (180,61,145).

#b43d91 hex color red value is 180, green value is 61 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b43d91 hue: 0.88 , saturation: 0.49 and the lightness value of b43d91 is 0.47.

The process color (four color CMYK) of #b43d91 color hex is 0.00, 0.66, 0.19, 0.29. Web safe color of #b43d91 is #cc3399. Color #b43d91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 10010001
Octal 264 75 221
Decimal 180 61 145
Hex B4 3D 91

RGB Percentages of Color #b43d91

%46.63
%15.80
%37.56

CMYK Percentages of Color #b43d91

%0
%66
%19
%29

Triadic Colors of #b43d91

#b43d91 #91b43d #3d91b4

Analogous Colors of #b43d91

#b43d91 #b43d55 #9c3db4

Monochromatic Colors of #b43d91

#b43d91

Complementary Color

#b43d91 #3db460

#b43d91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43d91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43d91 Color CSS Codes

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

#b43d91 Text Font Color

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

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


#b43d91 Background Color

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

This div background color is #b43d91


#b43d91 Border Color

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

This div border color is #b43d91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43d91


Comments

No comments written yet.

Please login to write comment.