Color Hex Logo

#b1435d Color Hex

#B1435D
(177,67,93)
0 Favorites   0 Comments

Color spaces of #b1435d

RGB 1776793
HSL0.960.450.48
HSV346°62°69°
CMYK 0.000.620.47   0.31
XYZ22.114414.151711.9219
Yxy14.15170.45890.2937
Hunter Lab37.618739.09957.5433
CIE-Lab44.449746.96728.5428

#b1435d color RGB value is (177,67,93).

#b1435d hex color red value is 177, green value is 67 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b1435d hue: 0.96 , saturation: 0.45 and the lightness value of b1435d is 0.48.

The process color (four color CMYK) of #b1435d color hex is 0.00, 0.62, 0.47, 0.31. Web safe color of #b1435d is #993366. Color #b1435d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000011 01011101
Octal 261 103 135
Decimal 177 67 93
Hex B1 43 5D

RGB Percentages of Color #b1435d

%52.52
%19.88
%27.60

CMYK Percentages of Color #b1435d

%0
%62
%47
%31

Triadic Colors of #b1435d

#b1435d #5db143 #435db1

Analogous Colors of #b1435d

#b1435d #b16043 #b14394

Monochromatic Colors of #b1435d

#b1435d

Complementary Color

#b1435d #43b197

#b1435d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1435d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1435d Color CSS Codes

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

#b1435d Text Font Color

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

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


#b1435d Background Color

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

This div background color is #b1435d


#b1435d Border Color

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

This div border color is #b1435d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1435d


Comments

No comments written yet.

Please login to write comment.