Color Hex Logo

#b94094 Color Hex

#B94094
(185,64,148)
0 Favorites   0 Comments

Color spaces of #b94094

RGB 18564148
HSL0.880.490.49
HSV318°65°73°
CMYK 0.000.650.20   0.27
XYZ27.186316.119229.6954
Yxy16.11920.37240.2208
Hunter Lab40.148750.6092-15.7489
CIE-Lab47.130557.3240-20.8542

#b94094 color RGB value is (185,64,148).

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

The process color (four color CMYK) of #b94094 color hex is 0.00, 0.65, 0.20, 0.27. Web safe color of #b94094 is #cc3399. Color #b94094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 10010100
Octal 271 100 224
Decimal 185 64 148
Hex B9 40 94

RGB Percentages of Color #b94094

%46.60
%16.12
%37.28

CMYK Percentages of Color #b94094

%0
%65
%20
%27

Triadic Colors of #b94094

#b94094 #94b940 #4094b9

Analogous Colors of #b94094

#b94094 #b94058 #a240b9

Monochromatic Colors of #b94094

#b94094

Complementary Color

#b94094 #40b965

#b94094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94094 Color CSS Codes

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

#b94094 Text Font Color

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

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


#b94094 Background Color

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

This div background color is #b94094


#b94094 Border Color

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

This div border color is #b94094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94094


Comments

No comments written yet.

Please login to write comment.