Color Hex Logo

#b1469e Color Hex

#B1469E
(177,70,158)
0 Favorites   0 Comments

Color spaces of #b1469e

RGB 17770158
HSL0.860.430.48
HSV311°60°69°
CMYK 0.000.600.11   0.31
XYZ26.493216.196134.0776
Yxy16.19610.34510.2110
Hunter Lab40.244447.0803-22.0337
CIE-Lab47.230754.0682-26.7710

#b1469e color RGB value is (177,70,158).

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

The process color (four color CMYK) of #b1469e color hex is 0.00, 0.60, 0.11, 0.31. Web safe color of #b1469e is #993399. Color #b1469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 10011110
Octal 261 106 236
Decimal 177 70 158
Hex B1 46 9E

RGB Percentages of Color #b1469e

%43.70
%17.28
%39.01

CMYK Percentages of Color #b1469e

%0
%60
%11
%31

Triadic Colors of #b1469e

#b1469e #9eb146 #469eb1

Analogous Colors of #b1469e

#b1469e #b14669 #8f46b1

Monochromatic Colors of #b1469e

#b1469e

Complementary Color

#b1469e #46b159

#b1469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1469e Color CSS Codes

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

#b1469e Text Font Color

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

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


#b1469e Background Color

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

This div background color is #b1469e


#b1469e Border Color

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

This div border color is #b1469e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,70,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1469e


Comments

No comments written yet.

Please login to write comment.