Color Hex Logo

#b42cac Color Hex

#B42CAC
(180,44,172)
0 Favorites   0 Comments

Color spaces of #b42cac

RGB 18044172
HSL0.840.610.44
HSV304°76°71°
CMYK 0.000.760.04   0.29
XYZ27.169514.483240.3933
Yxy14.48320.33110.1765
Hunter Lab38.056860.8353-36.2904
CIE-Lab44.918166.7924-38.6764

#b42cac color RGB value is (180,44,172).

#b42cac hex color red value is 180, green value is 44 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b42cac hue: 0.84 , saturation: 0.61 and the lightness value of b42cac is 0.44.

The process color (four color CMYK) of #b42cac color hex is 0.00, 0.76, 0.04, 0.29. Web safe color of #b42cac is #cc3399. Color #b42cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101100 10101100
Octal 264 54 254
Decimal 180 44 172
Hex B4 2C AC

RGB Percentages of Color #b42cac

%45.45
%11.11
%43.43

CMYK Percentages of Color #b42cac

%0
%76
%4
%29

Triadic Colors of #b42cac

#b42cac #acb42c #2cacb4

Analogous Colors of #b42cac

#b42cac #b42c68 #782cb4

Monochromatic Colors of #b42cac

#b42cac

Complementary Color

#b42cac #2cb434

#b42cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42cac Color CSS Codes

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

#b42cac Text Font Color

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

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


#b42cac Background Color

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

This div background color is #b42cac


#b42cac Border Color

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

This div border color is #b42cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42cac


Comments

No comments written yet.

Please login to write comment.