Color Hex Logo

#b42cad Color Hex

#B42CAD
(180,44,173)
0 Favorites   0 Comments

Color spaces of #b42cad

RGB 18044173
HSL0.840.610.44
HSV303°76°71°
CMYK 0.000.760.04   0.29
XYZ27.265914.521840.9011
Yxy14.52180.32970.1756
Hunter Lab38.107561.0287-36.9613
CIE-Lab44.972166.9484-39.1829

#b42cad color RGB value is (180,44,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101100 10101101
Octal 264 54 255
Decimal 180 44 173
Hex B4 2C AD

RGB Percentages of Color #b42cad

%45.34
%11.08
%43.58

CMYK Percentages of Color #b42cad

%0
%76
%4
%29

Triadic Colors of #b42cad

#b42cad #adb42c #2cadb4

Analogous Colors of #b42cad

#b42cad #b42c69 #772cb4

Monochromatic Colors of #b42cad

#b42cad

Complementary Color

#b42cad #2cb433

#b42cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42cad Color CSS Codes

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

#b42cad Text Font Color

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

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


#b42cad Background Color

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

This div background color is #b42cad


#b42cad Border Color

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

This div border color is #b42cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42cad


Comments

No comments written yet.

Please login to write comment.