Color Hex Logo

#b7406a Color Hex

#B7406A
(183,64,106)
0 Favorites   0 Comments

Color spaces of #b7406a

RGB 18364106
HSL0.940.480.48
HSV339°65°72°
CMYK 0.000.650.42   0.28
XYZ23.963414.774715.2245
Yxy14.77470.44410.2738
Hunter Lab38.437944.01633.4229
CIE-Lab45.324151.54091.9247

#b7406a color RGB value is (183,64,106).

#b7406a hex color red value is 183, green value is 64 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b7406a hue: 0.94 , saturation: 0.48 and the lightness value of b7406a is 0.48.

The process color (four color CMYK) of #b7406a color hex is 0.00, 0.65, 0.42, 0.28. Web safe color of #b7406a is #cc3366. Color #b7406a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 01101010
Octal 267 100 152
Decimal 183 64 106
Hex B7 40 6A

RGB Percentages of Color #b7406a

%51.84
%18.13
%30.03

CMYK Percentages of Color #b7406a

%0
%65
%42
%28

Triadic Colors of #b7406a

#b7406a #6ab740 #406ab7

Analogous Colors of #b7406a

#b7406a #b75240 #b740a6

Monochromatic Colors of #b7406a

#b7406a

Complementary Color

#b7406a #40b78d

#b7406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7406a Color CSS Codes

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

#b7406a Text Font Color

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

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


#b7406a Background Color

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

This div background color is #b7406a


#b7406a Border Color

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

This div border color is #b7406a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,64,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7406a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7406a;
  -webkit-box-shadow: 1px 1px 3px 2px #b7406a;
  box-shadow:         1px 1px 3px 2px #b7406a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,64,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7406a


Comments

No comments written yet.

Please login to write comment.