Color Hex Logo

#b94674 Color Hex

#B94674
(185,70,116)
0 Favorites   0 Comments

Color spaces of #b94674

RGB 18570116
HSL0.930.450.50
HSV336°62°73°
CMYK 0.000.620.37   0.27
XYZ25.350115.955618.2666
Yxy15.95560.42550.2678
Hunter Lab39.944543.37930.8478
CIE-Lab46.916250.6573-1.8290

#b94674 color RGB value is (185,70,116).

#b94674 hex color red value is 185, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b94674 hue: 0.93 , saturation: 0.45 and the lightness value of b94674 is 0.50.

The process color (four color CMYK) of #b94674 color hex is 0.00, 0.62, 0.37, 0.27. Web safe color of #b94674 is #cc3366. Color #b94674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 01110100
Octal 271 106 164
Decimal 185 70 116
Hex B9 46 74

RGB Percentages of Color #b94674

%49.87
%18.87
%31.27

CMYK Percentages of Color #b94674

%0
%62
%37
%27

Triadic Colors of #b94674

#b94674 #74b946 #4674b9

Analogous Colors of #b94674

#b94674 #b95146 #b946ae

Monochromatic Colors of #b94674

#b94674

Complementary Color

#b94674 #46b98b

#b94674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94674 Color CSS Codes

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

#b94674 Text Font Color

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

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


#b94674 Background Color

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

This div background color is #b94674


#b94674 Border Color

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

This div border color is #b94674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94674


Comments

No comments written yet.

Please login to write comment.