Color Hex Logo

#b40088 Color Hex

#B40088
(180,0,136)
0 Favorites   0 Comments

Color spaces of #b40088

RGB 1800136
HSL0.871.000.35
HSV315°100°71°
CMYK 0.001.000.24   0.29
XYZ23.266311.480924.2823
Yxy11.48090.39410.1945
Hunter Lab33.883563.2721-18.7712
CIE-Lab40.378969.7632-24.0798

#b40088 color RGB value is (180,0,136).

#b40088 hex color red value is 180, green value is 0 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b40088 hue: 0.87 , saturation: 1.00 and the lightness value of b40088 is 0.35.

The process color (four color CMYK) of #b40088 color hex is 0.00, 1.00, 0.24, 0.29. Web safe color of #b40088 is #cc0099. Color #b40088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 10001000
Octal 264 0 210
Decimal 180 0 136
Hex B4 0 88

RGB Percentages of Color #b40088

%56.96
%0.00
%43.04

CMYK Percentages of Color #b40088

%0
%100
%24
%29

Triadic Colors of #b40088

#b40088 #88b400 #0088b4

Analogous Colors of #b40088

#b40088 #b4002e #8600b4

Monochromatic Colors of #b40088

#b40088

Complementary Color

#b40088 #00b42c

#b40088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40088 Color CSS Codes

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

#b40088 Text Font Color

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

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


#b40088 Background Color

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

This div background color is #b40088


#b40088 Border Color

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

This div border color is #b40088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,0,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 #b40088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40088

#b40088 Color Palettes


Comments

No comments written yet.

Please login to write comment.