Color Hex Logo

#b1465d Color Hex

#B1465D
(177,70,93)
0 Favorites   0 Comments

Color spaces of #b1465d

RGB 1777093
HSL0.960.430.48
HSV347°60°69°
CMYK 0.000.600.47   0.31
XYZ22.297414.517711.9829
Yxy14.51770.45690.2975
Hunter Lab38.102137.77988.0251
CIE-Lab44.966445.58609.2707

#b1465d color RGB value is (177,70,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 01011101
Octal 261 106 135
Decimal 177 70 93
Hex B1 46 5D

RGB Percentages of Color #b1465d

%52.06
%20.59
%27.35

CMYK Percentages of Color #b1465d

%0
%60
%47
%31

Triadic Colors of #b1465d

#b1465d #5db146 #465db1

Analogous Colors of #b1465d

#b1465d #b16546 #b14693

Monochromatic Colors of #b1465d

#b1465d

Complementary Color

#b1465d #46b19a

#b1465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1465d Color CSS Codes

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

#b1465d Text Font Color

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

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


#b1465d Background Color

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

This div background color is #b1465d


#b1465d Border Color

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

This div border color is #b1465d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1465d


Comments

No comments written yet.

Please login to write comment.