Color Hex Logo

#b94193 Color Hex

#B94193
(185,65,147)
0 Favorites   0 Comments

Color spaces of #b94193

RGB 18565147
HSL0.890.480.49
HSV319°65°73°
CMYK 0.000.650.21   0.27
XYZ27.164316.201529.2992
Yxy16.20150.37380.2230
Hunter Lab40.251150.0251-14.9821
CIE-Lab47.237756.7728-20.0899

#b94193 color RGB value is (185,65,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 10010011
Octal 271 101 223
Decimal 185 65 147
Hex B9 41 93

RGB Percentages of Color #b94193

%46.60
%16.37
%37.03

CMYK Percentages of Color #b94193

%0
%65
%21
%27

Triadic Colors of #b94193

#b94193 #93b941 #4193b9

Analogous Colors of #b94193

#b94193 #b94157 #a341b9

Monochromatic Colors of #b94193

#b94193

Complementary Color

#b94193 #41b967

#b94193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94193 Color CSS Codes

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

#b94193 Text Font Color

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

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


#b94193 Background Color

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

This div background color is #b94193


#b94193 Border Color

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

This div border color is #b94193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94193


Comments

No comments written yet.

Please login to write comment.