Color Hex Logo

#b33553 Color Hex

#B33553
(179,53,83)
0 Favorites   0 Comments

Color spaces of #b33553

RGB 1795383
HSL0.960.540.45
HSV346°70°70°
CMYK 0.000.700.54   0.30
XYZ21.424812.75449.5163
Yxy12.75440.49030.2919
Hunter Lab35.713344.58589.2007
CIE-Lab42.390852.611311.9175

#b33553 color RGB value is (179,53,83).

#b33553 hex color red value is 179, green value is 53 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b33553 hue: 0.96 , saturation: 0.54 and the lightness value of b33553 is 0.45.

The process color (four color CMYK) of #b33553 color hex is 0.00, 0.70, 0.54, 0.30. Web safe color of #b33553 is #cc3366. Color #b33553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 01010011
Octal 263 65 123
Decimal 179 53 83
Hex B3 35 53

RGB Percentages of Color #b33553

%56.83
%16.83
%26.35

CMYK Percentages of Color #b33553

%0
%70
%54
%30

Triadic Colors of #b33553

#b33553 #53b335 #3553b3

Analogous Colors of #b33553

#b33553 #b35635 #b33592

Monochromatic Colors of #b33553

#b33553

Complementary Color

#b33553 #35b395

#b33553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33553 Color CSS Codes

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

#b33553 Text Font Color

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

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


#b33553 Background Color

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

This div background color is #b33553


#b33553 Border Color

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

This div border color is #b33553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33553


Comments

No comments written yet.

Please login to write comment.