Color Hex Logo

#b01553 Color Hex

#B01553
(176,21,83)
0 Favorites   0 Comments

Color spaces of #b01553

RGB 1762183
HSL0.930.790.39
HSV336°88°69°
CMYK 0.000.880.53   0.31
XYZ19.734010.39109.1492
Yxy10.39100.50250.2646
Hunter Lab32.235152.86465.7364
CIE-Lab38.535261.00526.4262

#b01553 color RGB value is (176,21,83).

#b01553 hex color red value is 176, green value is 21 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b01553 hue: 0.93 , saturation: 0.79 and the lightness value of b01553 is 0.39.

The process color (four color CMYK) of #b01553 color hex is 0.00, 0.88, 0.53, 0.31. Web safe color of #b01553 is #990066. Color #b01553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010101 01010011
Octal 260 25 123
Decimal 176 21 83
Hex B0 15 53

RGB Percentages of Color #b01553

%62.86
%7.50
%29.64

CMYK Percentages of Color #b01553

%0
%88
%53
%31

Triadic Colors of #b01553

#b01553 #53b015 #1553b0

Analogous Colors of #b01553

#b01553 #b02515 #b015a1

Monochromatic Colors of #b01553

#b01553

Complementary Color

#b01553 #15b072

#b01553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01553 Color CSS Codes

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

#b01553 Text Font Color

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

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


#b01553 Background Color

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

This div background color is #b01553


#b01553 Border Color

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

This div border color is #b01553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01553


Comments

No comments written yet.

Please login to write comment.