Color Hex Logo

#b894af Color Hex

#B894AF
(184,148,175)
0 Favorites   0 Comments

Color spaces of #b894af

RGB 184148175
HSL0.880.200.65
HSV315°20°72°
CMYK 0.000.200.05   0.28
XYZ38.094934.465345.2021
Yxy34.46530.32350.2927
Hunter Lab58.707213.0906-4.5559
CIE-Lab65.330218.0874-8.9734

#b894af color RGB value is (184,148,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 10101111
Octal 270 224 257
Decimal 184 148 175
Hex B8 94 AF

RGB Percentages of Color #b894af

%36.29
%29.19
%34.52

CMYK Percentages of Color #b894af

%0
%20
%5
%28

Triadic Colors of #b894af

#b894af #afb894 #94afb8

Analogous Colors of #b894af

#b894af #b8949d #af94b8

Monochromatic Colors of #b894af

#b894af

Complementary Color

#b894af #94b89d

#b894af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894af Color CSS Codes

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

#b894af Text Font Color

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

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


#b894af Background Color

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

This div background color is #b894af


#b894af Border Color

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

This div border color is #b894af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894af


Comments

No comments written yet.

Please login to write comment.