Color Hex Logo

#b43876 Color Hex

#B43876
(180,56,118)
0 Favorites   0 Comments

Color spaces of #b43876

RGB 18056118
HSL0.920.530.46
HSV330°69°71°
CMYK 0.000.690.34   0.29
XYZ23.506613.839718.5719
Yxy13.83970.42040.2475
Hunter Lab37.201747.6854-3.5576
CIE-Lab44.002255.2188-7.4643

#b43876 color RGB value is (180,56,118).

#b43876 hex color red value is 180, green value is 56 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b43876 hue: 0.92 , saturation: 0.53 and the lightness value of b43876 is 0.46.

The process color (four color CMYK) of #b43876 color hex is 0.00, 0.69, 0.34, 0.29. Web safe color of #b43876 is #cc3366. Color #b43876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 01110110
Octal 264 70 166
Decimal 180 56 118
Hex B4 38 76

RGB Percentages of Color #b43876

%50.85
%15.82
%33.33

CMYK Percentages of Color #b43876

%0
%69
%34
%29

Triadic Colors of #b43876

#b43876 #76b438 #3876b4

Analogous Colors of #b43876

#b43876 #b43838 #b438b4

Monochromatic Colors of #b43876

#b43876

Complementary Color

#b43876 #38b476

#b43876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43876 Color CSS Codes

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

#b43876 Text Font Color

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

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


#b43876 Background Color

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

This div background color is #b43876


#b43876 Border Color

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

This div border color is #b43876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43876


Comments

No comments written yet.

Please login to write comment.