Color Hex Logo

#b53680 Color Hex

#B53680
(181,54,128)
0 Favorites   0 Comments

Color spaces of #b53680

RGB 18154128
HSL0.900.540.46
HSV325°70°71°
CMYK 0.000.700.29   0.29
XYZ24.271514.020621.8491
Yxy14.02060.40360.2331
Hunter Lab37.444150.1777-8.3856
CIE-Lab44.262557.4647-13.1896

#b53680 color RGB value is (181,54,128).

#b53680 hex color red value is 181, green value is 54 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b53680 hue: 0.90 , saturation: 0.54 and the lightness value of b53680 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110110 10000000
Octal 265 66 200
Decimal 181 54 128
Hex B5 36 80

RGB Percentages of Color #b53680

%49.86
%14.88
%35.26

CMYK Percentages of Color #b53680

%0
%70
%29
%29

Triadic Colors of #b53680

#b53680 #80b536 #3680b5

Analogous Colors of #b53680

#b53680 #b53640 #ab36b5

Monochromatic Colors of #b53680

#b53680

Complementary Color

#b53680 #36b56b

#b53680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53680 Color CSS Codes

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

#b53680 Text Font Color

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

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


#b53680 Background Color

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

This div background color is #b53680


#b53680 Border Color

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

This div border color is #b53680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53680


Comments

No comments written yet.

Please login to write comment.