Color Hex Logo

#b50153 Color Hex

#B50153
(181,1,83)
0 Favorites   0 Comments

Color spaces of #b50153

RGB 181183
HSL0.920.990.36
HSV333°99°71°
CMYK 0.000.990.54   0.29
XYZ20.628210.47009.1173
Yxy10.47000.51290.2603
Hunter Lab32.357457.17045.9441
CIE-Lab38.673164.81706.7658

#b50153 color RGB value is (181,1,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 01010011
Octal 265 1 123
Decimal 181 1 83
Hex B5 1 53

RGB Percentages of Color #b50153

%68.30
%0.38
%31.32

CMYK Percentages of Color #b50153

%0
%99
%54
%29

Triadic Colors of #b50153

#b50153 #53b501 #0153b5

Analogous Colors of #b50153

#b50153 #b50901 #b501ad

Monochromatic Colors of #b50153

#b50153

Complementary Color

#b50153 #01b563

#b50153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50153 Color CSS Codes

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

#b50153 Text Font Color

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

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


#b50153 Background Color

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

This div background color is #b50153


#b50153 Border Color

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

This div border color is #b50153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50153


Comments

No comments written yet.

Please login to write comment.