Color Hex Logo

#b792ae Color Hex

#B792AE
(183,146,174)
0 Favorites   0 Comments

Color spaces of #b792ae

RGB 183146174
HSL0.870.200.65
HSV315°20°72°
CMYK 0.000.200.05   0.28
XYZ37.447333.681044.5718
Yxy33.68100.32370.2911
Hunter Lab58.035313.6153-4.9107
CIE-Lab64.708618.6661-9.3485

#b792ae color RGB value is (183,146,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 10101110
Octal 267 222 256
Decimal 183 146 174
Hex B7 92 AE

RGB Percentages of Color #b792ae

%36.38
%29.03
%34.59

CMYK Percentages of Color #b792ae

%0
%20
%5
%28

Triadic Colors of #b792ae

#b792ae #aeb792 #92aeb7

Analogous Colors of #b792ae

#b792ae #b7929c #ae92b7

Monochromatic Colors of #b792ae

#b792ae

Complementary Color

#b792ae #92b79b

#b792ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792ae Color CSS Codes

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

#b792ae Text Font Color

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

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


#b792ae Background Color

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

This div background color is #b792ae


#b792ae Border Color

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

This div border color is #b792ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792ae


Comments

No comments written yet.

Please login to write comment.