Color Hex Logo

#b42680 Color Hex

#B42680
(180,38,128)
0 Favorites   0 Comments

Color spaces of #b42680

RGB 18038128
HSL0.890.650.43
HSV322°79°71°
CMYK 0.000.790.29   0.29
XYZ23.411812.648021.6295
Yxy12.64800.40580.2192
Hunter Lab35.564055.2695-11.1645
CIE-Lab42.228062.4435-16.3036

#b42680 color RGB value is (180,38,128).

#b42680 hex color red value is 180, green value is 38 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b42680 hue: 0.89 , saturation: 0.65 and the lightness value of b42680 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 10000000
Octal 264 46 200
Decimal 180 38 128
Hex B4 26 80

RGB Percentages of Color #b42680

%52.02
%10.98
%36.99

CMYK Percentages of Color #b42680

%0
%79
%29
%29

Triadic Colors of #b42680

#b42680 #80b426 #2680b4

Analogous Colors of #b42680

#b42680 #b42639 #a126b4

Monochromatic Colors of #b42680

#b42680

Complementary Color

#b42680 #26b45a

#b42680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42680 Color CSS Codes

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

#b42680 Text Font Color

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

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


#b42680 Background Color

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

This div background color is #b42680


#b42680 Border Color

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

This div border color is #b42680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42680


Comments

No comments written yet.

Please login to write comment.