Color Hex Logo

#b5435a Color Hex

#B5435A
(181,67,90)
0 Favorites   0 Comments

Color spaces of #b5435a

RGB 1816790
HSL0.970.460.49
HSV348°63°71°
CMYK 0.000.630.50   0.29
XYZ22.908714.576311.2789
Yxy14.57630.46980.2989
Hunter Lab38.178940.29329.2097
CIE-Lab45.048348.025611.3269

#b5435a color RGB value is (181,67,90).

#b5435a hex color red value is 181, green value is 67 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b5435a hue: 0.97 , saturation: 0.46 and the lightness value of b5435a is 0.49.

The process color (four color CMYK) of #b5435a color hex is 0.00, 0.63, 0.50, 0.29. Web safe color of #b5435a is #cc3366. Color #b5435a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000011 01011010
Octal 265 103 132
Decimal 181 67 90
Hex B5 43 5A

RGB Percentages of Color #b5435a

%53.55
%19.82
%26.63

CMYK Percentages of Color #b5435a

%0
%63
%50
%29

Triadic Colors of #b5435a

#b5435a #5ab543 #435ab5

Analogous Colors of #b5435a

#b5435a #b56543 #b54393

Monochromatic Colors of #b5435a

#b5435a

Complementary Color

#b5435a #43b59e

#b5435a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5435a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5435a Color CSS Codes

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

#b5435a Text Font Color

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

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


#b5435a Background Color

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

This div background color is #b5435a


#b5435a Border Color

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

This div border color is #b5435a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5435a


Comments

No comments written yet.

Please login to write comment.