Color Hex Logo

#b994af Color Hex

#B994AF
(185,148,175)
0 Favorites   0 Comments

Color spaces of #b994af

RGB 185148175
HSL0.880.210.65
HSV316°20°73°
CMYK 0.000.200.05   0.27
XYZ38.335434.589245.2133
Yxy34.58920.32450.2928
Hunter Lab58.812613.4284-4.4115
CIE-Lab65.427618.4420-8.8179

#b994af color RGB value is (185,148,175).

#b994af hex color red value is 185, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b994af hue: 0.88 , saturation: 0.21 and the lightness value of b994af is 0.65.

The process color (four color CMYK) of #b994af color hex is 0.00, 0.20, 0.05, 0.27. Web safe color of #b994af is #cc9999. Color #b994af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 10101111
Octal 271 224 257
Decimal 185 148 175
Hex B9 94 AF

RGB Percentages of Color #b994af

%36.42
%29.13
%34.45

CMYK Percentages of Color #b994af

%0
%20
%5
%27

Triadic Colors of #b994af

#b994af #afb994 #94afb9

Analogous Colors of #b994af

#b994af #b9949d #b194b9

Monochromatic Colors of #b994af

#b994af

Complementary Color

#b994af #94b99e

#b994af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994af Color CSS Codes

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

#b994af Text Font Color

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

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


#b994af Background Color

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

This div background color is #b994af


#b994af Border Color

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

This div border color is #b994af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994af


Comments

No comments written yet.

Please login to write comment.