Color Hex Logo

#b35363 Color Hex

#B35363
(179,83,99)
0 Favorites   0 Comments

Color spaces of #b35363

RGB 1798399
HSL0.970.390.51
HSV350°54°70°
CMYK 0.000.540.45   0.30
XYZ23.935816.671113.7607
Yxy16.67110.44030.3066
Hunter Lab40.830333.18868.5991
CIE-Lab47.842940.56249.7072

#b35363 color RGB value is (179,83,99).

#b35363 hex color red value is 179, green value is 83 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b35363 hue: 0.97 , saturation: 0.39 and the lightness value of b35363 is 0.51.

The process color (four color CMYK) of #b35363 color hex is 0.00, 0.54, 0.45, 0.30. Web safe color of #b35363 is #cc6666. Color #b35363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 01100011
Octal 263 123 143
Decimal 179 83 99
Hex B3 53 63

RGB Percentages of Color #b35363

%49.58
%22.99
%27.42

CMYK Percentages of Color #b35363

%0
%54
%45
%30

Triadic Colors of #b35363

#b35363 #63b353 #5363b3

Analogous Colors of #b35363

#b35363 #b37353 #b35393

Monochromatic Colors of #b35363

#b35363

Complementary Color

#b35363 #53b3a3

#b35363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35363 Color CSS Codes

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

#b35363 Text Font Color

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

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


#b35363 Background Color

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

This div background color is #b35363


#b35363 Border Color

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

This div border color is #b35363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35363


Comments

No comments written yet.

Please login to write comment.