Color Hex Logo

#b892ae Color Hex

#B892AE
(184,146,174)
0 Favorites   0 Comments

Color spaces of #b892ae

RGB 184146174
HSL0.880.210.65
HSV316°21°72°
CMYK 0.000.210.05   0.28
XYZ37.686033.804144.5830
Yxy33.80410.32470.2912
Hunter Lab58.141313.9528-4.7649
CIE-Lab64.806819.0200-9.1916

#b892ae color RGB value is (184,146,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 10101110
Octal 270 222 256
Decimal 184 146 174
Hex B8 92 AE

RGB Percentages of Color #b892ae

%36.51
%28.97
%34.52

CMYK Percentages of Color #b892ae

%0
%21
%5
%28

Triadic Colors of #b892ae

#b892ae #aeb892 #92aeb8

Analogous Colors of #b892ae

#b892ae #b8929b #af92b8

Monochromatic Colors of #b892ae

#b892ae

Complementary Color

#b892ae #92b89c

#b892ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b892ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b892ae Color CSS Codes

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

#b892ae Text Font Color

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

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


#b892ae Background Color

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

This div background color is #b892ae


#b892ae Border Color

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

This div border color is #b892ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,146,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b892ae


Comments

No comments written yet.

Please login to write comment.