Color Hex Logo

#b94975 Color Hex

#B94975
(185,73,117)
0 Favorites   0 Comments

Color spaces of #b94975

RGB 18573117
HSL0.930.440.51
HSV336°61°73°
CMYK 0.000.610.37   0.27
XYZ25.601016.363718.6388
Yxy16.36370.42240.2700
Hunter Lab40.452142.17660.9978
CIE-Lab47.448149.4229-1.6561

#b94975 color RGB value is (185,73,117).

#b94975 hex color red value is 185, green value is 73 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b94975 hue: 0.93 , saturation: 0.44 and the lightness value of b94975 is 0.51.

The process color (four color CMYK) of #b94975 color hex is 0.00, 0.61, 0.37, 0.27. Web safe color of #b94975 is #cc3366. Color #b94975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 01110101
Octal 271 111 165
Decimal 185 73 117
Hex B9 49 75

RGB Percentages of Color #b94975

%49.33
%19.47
%31.20

CMYK Percentages of Color #b94975

%0
%61
%37
%27

Triadic Colors of #b94975

#b94975 #75b949 #4975b9

Analogous Colors of #b94975

#b94975 #b95549 #b949ad

Monochromatic Colors of #b94975

#b94975

Complementary Color

#b94975 #49b98d

#b94975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94975 Color CSS Codes

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

#b94975 Text Font Color

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

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


#b94975 Background Color

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

This div background color is #b94975


#b94975 Border Color

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

This div border color is #b94975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94975


Comments

No comments written yet.

Please login to write comment.