Color Hex Logo

#b94699 Color Hex

#B94699
(185,70,153)
0 Favorites   0 Comments

Color spaces of #b94699

RGB 18570153
HSL0.880.450.50
HSV317°62°73°
CMYK 0.000.620.17   0.27
XYZ27.947516.994531.9443
Yxy16.99450.36350.2210
Hunter Lab41.224448.8689-17.0861
CIE-Lab48.253155.5316-22.1135

#b94699 color RGB value is (185,70,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 10011001
Octal 271 106 231
Decimal 185 70 153
Hex B9 46 99

RGB Percentages of Color #b94699

%45.34
%17.16
%37.50

CMYK Percentages of Color #b94699

%0
%62
%17
%27

Triadic Colors of #b94699

#b94699 #99b946 #4699b9

Analogous Colors of #b94699

#b94699 #b94660 #a046b9

Monochromatic Colors of #b94699

#b94699

Complementary Color

#b94699 #46b966

#b94699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94699 Color CSS Codes

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

#b94699 Text Font Color

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

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


#b94699 Background Color

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

This div background color is #b94699


#b94699 Border Color

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

This div border color is #b94699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94699


Comments

No comments written yet.

Please login to write comment.