Color Hex Logo

#b94faf Color Hex

#B94FAF
(185,79,175)
0 Favorites   0 Comments

Color spaces of #b94faf

RGB 18579175
HSL0.850.430.52
HSV306°57°73°
CMYK 0.000.570.05   0.27
XYZ30.541419.001442.6154
Yxy19.00140.33140.2062
Hunter Lab43.590648.7810-27.4502
CIE-Lab50.688855.0162-31.3151

#b94faf color RGB value is (185,79,175).

#b94faf hex color red value is 185, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b94faf hue: 0.85 , saturation: 0.43 and the lightness value of b94faf is 0.52.

The process color (four color CMYK) of #b94faf color hex is 0.00, 0.57, 0.05, 0.27. Web safe color of #b94faf is #cc6699. Color #b94faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001111 10101111
Octal 271 117 257
Decimal 185 79 175
Hex B9 4F AF

RGB Percentages of Color #b94faf

%42.14
%18.00
%39.86

CMYK Percentages of Color #b94faf

%0
%57
%5
%27

Triadic Colors of #b94faf

#b94faf #afb94f #4fafb9

Analogous Colors of #b94faf

#b94faf #b94f7a #8e4fb9

Monochromatic Colors of #b94faf

#b94faf

Complementary Color

#b94faf #4fb959

#b94faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94faf Color CSS Codes

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

#b94faf Text Font Color

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

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


#b94faf Background Color

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

This div background color is #b94faf


#b94faf Border Color

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

This div border color is #b94faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94faf


Comments

No comments written yet.

Please login to write comment.