Color Hex Logo

#b50354 Color Hex

#B50354
(181,3,84)
0 Favorites   0 Comments

Color spaces of #b50354

RGB 181384
HSL0.920.970.36
HSV333°98°71°
CMYK 0.000.980.54   0.29
XYZ20.688910.52909.3294
Yxy10.52900.51020.2597
Hunter Lab32.448457.02575.6671
CIE-Lab38.775664.66966.2692

#b50354 color RGB value is (181,3,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 01010100
Octal 265 3 124
Decimal 181 3 84
Hex B5 3 54

RGB Percentages of Color #b50354

%67.54
%1.12
%31.34

CMYK Percentages of Color #b50354

%0
%98
%54
%29

Triadic Colors of #b50354

#b50354 #54b503 #0354b5

Analogous Colors of #b50354

#b50354 #b50b03 #b503ad

Monochromatic Colors of #b50354

#b50354

Complementary Color

#b50354 #03b564

#b50354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50354 Color CSS Codes

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

#b50354 Text Font Color

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

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


#b50354 Background Color

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

This div background color is #b50354


#b50354 Border Color

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

This div border color is #b50354


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,3,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50354


Comments

No comments written yet.

Please login to write comment.