Color Hex Logo

#b94076 Color Hex

#B94076
(185,64,118)
0 Favorites   0 Comments

Color spaces of #b94076

RGB 18564118
HSL0.930.490.49
HSV333°65°73°
CMYK 0.000.650.36   0.27
XYZ25.111015.289118.7671
Yxy15.28910.42440.2584
Hunter Lab39.101346.2062-1.0860
CIE-Lab46.027653.4721-4.3593

#b94076 color RGB value is (185,64,118).

#b94076 hex color red value is 185, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b94076 hue: 0.93 , saturation: 0.49 and the lightness value of b94076 is 0.49.

The process color (four color CMYK) of #b94076 color hex is 0.00, 0.65, 0.36, 0.27. Web safe color of #b94076 is #cc3366. Color #b94076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 01110110
Octal 271 100 166
Decimal 185 64 118
Hex B9 40 76

RGB Percentages of Color #b94076

%50.41
%17.44
%32.15

CMYK Percentages of Color #b94076

%0
%65
%36
%27

Triadic Colors of #b94076

#b94076 #76b940 #4076b9

Analogous Colors of #b94076

#b94076 #b94740 #b940b3

Monochromatic Colors of #b94076

#b94076

Complementary Color

#b94076 #40b983

#b94076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94076 Color CSS Codes

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

#b94076 Text Font Color

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

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


#b94076 Background Color

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

This div background color is #b94076


#b94076 Border Color

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

This div border color is #b94076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94076


Comments

No comments written yet.

Please login to write comment.