color codes Logo

#b5355d color codes

#B5355D
(181,53,93)
0 Favorites   0 Comments

Color spaces of #b5355d

RGB 1815393
HSL0.950.550.46
HSV341°71°71°
CMYK 0.000.710.49   0.29
XYZ22.304913.160311.7205
Yxy13.16030.47270.2789
Hunter Lab36.277146.26536.2384
CIE-Lab43.003854.08016.5917

#b5355d color RGB value is (181,53,93).

#b5355d hex color red value is 181, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b5355d hue: 0.95 , saturation: 0.55 and the lightness value of b5355d is 0.46.

The process color (four color CMYK) of #b5355d color code is 0.00, 0.71, 0.49, 0.29. Web safe color of #b5355d is #cc3366. Color #b5355d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 01011101
Octal 265 65 135
Decimal 181 53 93
Hex B5 35 5D

RGB Percentages of Color #b5355d

%55.35
%16.21
%28.44

CMYK Percentages of Color #b5355d

%0
%71
%49
%29

Triadic Colors of #b5355d

#b5355d #5db535 #355db5

Analogous Colors of #b5355d

#b5355d #b54d35 #b5359d

Monochromatic Colors of #b5355d

#b5355d

Complementary Color

#b5355d #35b58d

#b5355d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5355d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5355d Color CSS Codes

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

#b5355d Text Font Color

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

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


#b5355d Background Color

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

This div background color is #b5355d


#b5355d Border Color

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

This div border color is #b5355d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5355d


Comments

No comments written yet.

Please login to write comment.