Color Hex Logo

#b42088 Color Hex

#B42088
(180,32,136)
0 Favorites   0 Comments

Color spaces of #b42088

RGB 18032136
HSL0.880.700.42
HSV318°82°71°
CMYK 0.000.820.24   0.29
XYZ23.782812.513924.4545
Yxy12.51390.39150.2060
Hunter Lab35.375058.1003-16.2243
CIE-Lab42.021564.9806-21.5338

#b42088 color RGB value is (180,32,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 10001000
Octal 264 40 210
Decimal 180 32 136
Hex B4 20 88

RGB Percentages of Color #b42088

%51.72
%9.20
%39.08

CMYK Percentages of Color #b42088

%0
%82
%24
%29

Triadic Colors of #b42088

#b42088 #88b420 #2088b4

Analogous Colors of #b42088

#b42088 #b4203e #9620b4

Monochromatic Colors of #b42088

#b42088

Complementary Color

#b42088 #20b44c

#b42088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42088 Color CSS Codes

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

#b42088 Text Font Color

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

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


#b42088 Background Color

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

This div background color is #b42088


#b42088 Border Color

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

This div border color is #b42088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42088


Comments

No comments written yet.

Please login to write comment.