Color Hex Logo

#b94093 Color Hex

#B94093
(185,64,147)
0 Favorites   0 Comments

Color spaces of #b94093

RGB 18564147
HSL0.890.490.49
HSV319°65°73°
CMYK 0.000.650.21   0.27
XYZ27.107416.087729.2803
Yxy16.08770.37400.2220
Hunter Lab40.109550.4450-15.2056
CIE-Lab47.089357.1823-20.3180

#b94093 color RGB value is (185,64,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 10010011
Octal 271 100 223
Decimal 185 64 147
Hex B9 40 93

RGB Percentages of Color #b94093

%46.72
%16.16
%37.12

CMYK Percentages of Color #b94093

%0
%65
%21
%27

Triadic Colors of #b94093

#b94093 #93b940 #4093b9

Analogous Colors of #b94093

#b94093 #b94056 #a340b9

Monochromatic Colors of #b94093

#b94093

Complementary Color

#b94093 #40b966

#b94093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94093 Color CSS Codes

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

#b94093 Text Font Color

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

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


#b94093 Background Color

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

This div background color is #b94093


#b94093 Border Color

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

This div border color is #b94093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94093


Comments

No comments written yet.

Please login to write comment.