Color Hex Logo

#b42189 Color Hex

#B42189
(180,33,137)
0 Favorites   0 Comments

Color spaces of #b42189

RGB 18033137
HSL0.880.690.42
HSV318°82°71°
CMYK 0.000.820.24   0.29
XYZ23.881612.597224.8397
Yxy12.59720.38950.2054
Hunter Lab35.492557.9940-16.6497
CIE-Lab42.149964.8626-21.9473

#b42189 color RGB value is (180,33,137).

#b42189 hex color red value is 180, green value is 33 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b42189 hue: 0.88 , saturation: 0.69 and the lightness value of b42189 is 0.42.

The process color (four color CMYK) of #b42189 color hex is 0.00, 0.82, 0.24, 0.29. Web safe color of #b42189 is #cc3399. Color #b42189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 10001001
Octal 264 41 211
Decimal 180 33 137
Hex B4 21 89

RGB Percentages of Color #b42189

%51.43
%9.43
%39.14

CMYK Percentages of Color #b42189

%0
%82
%24
%29

Triadic Colors of #b42189

#b42189 #89b421 #2189b4

Analogous Colors of #b42189

#b42189 #b4213f #9621b4

Monochromatic Colors of #b42189

#b42189

Complementary Color

#b42189 #21b44c

#b42189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42189 Color CSS Codes

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

#b42189 Text Font Color

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

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


#b42189 Background Color

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

This div background color is #b42189


#b42189 Border Color

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

This div border color is #b42189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42189


Comments

No comments written yet.

Please login to write comment.