Color Hex Logo

#b50380 Color Hex

#B50380
(181,3,128)
0 Favorites   0 Comments

Color spaces of #b50380

RGB 1813128
HSL0.880.970.36
HSV318°98°71°
CMYK 0.000.980.29   0.29
XYZ22.984911.447421.4202
Yxy11.44740.41150.2050
Hunter Lab33.834062.0532-13.8525
CIE-Lab40.324068.7337-19.2088

#b50380 color RGB value is (181,3,128).

#b50380 hex color red value is 181, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b50380 hue: 0.88 , saturation: 0.97 and the lightness value of b50380 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 10000000
Octal 265 3 200
Decimal 181 3 128
Hex B5 3 80

RGB Percentages of Color #b50380

%58.01
%0.96
%41.03

CMYK Percentages of Color #b50380

%0
%98
%29
%29

Triadic Colors of #b50380

#b50380 #80b503 #0380b5

Analogous Colors of #b50380

#b50380 #b50327 #9103b5

Monochromatic Colors of #b50380

#b50380

Complementary Color

#b50380 #03b538

#b50380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50380 Color CSS Codes

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

#b50380 Text Font Color

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

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


#b50380 Background Color

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

This div background color is #b50380


#b50380 Border Color

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

This div border color is #b50380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50380


Comments

No comments written yet.

Please login to write comment.