Color Hex Logo

#b94793 Color Hex

#B94793
(185,71,147)
0 Favorites   0 Comments

Color spaces of #b94793

RGB 18571147
HSL0.890.450.50
HSV320°62°73°
CMYK 0.000.620.21   0.27
XYZ27.527316.927329.4202
Yxy16.92730.37260.2291
Hunter Lab41.142847.4286-13.5969
CIE-Lab48.168354.2223-18.6630

#b94793 color RGB value is (185,71,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 10010011
Octal 271 107 223
Decimal 185 71 147
Hex B9 47 93

RGB Percentages of Color #b94793

%45.91
%17.62
%36.48

CMYK Percentages of Color #b94793

%0
%62
%21
%27

Triadic Colors of #b94793

#b94793 #93b947 #4793b9

Analogous Colors of #b94793

#b94793 #b9475a #a647b9

Monochromatic Colors of #b94793

#b94793

Complementary Color

#b94793 #47b96d

#b94793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94793 Color CSS Codes

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

#b94793 Text Font Color

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

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


#b94793 Background Color

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

This div background color is #b94793


#b94793 Border Color

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

This div border color is #b94793


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,71,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 #b94793">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94793


Comments

No comments written yet.

Please login to write comment.