Color Hex Logo

#b792a8 Color Hex

#B792A8
(183,146,168)
0 Favorites   0 Comments

Color spaces of #b792a8

RGB 183146168
HSL0.900.200.65
HSV324°20°72°
CMYK 0.000.200.08   0.28
XYZ36.875233.452241.5592
Yxy33.45220.32960.2990
Hunter Lab57.837912.5884-2.1161
CIE-Lab64.525417.5794-6.2403

#b792a8 color RGB value is (183,146,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 10101000
Octal 267 222 250
Decimal 183 146 168
Hex B7 92 A8

RGB Percentages of Color #b792a8

%36.82
%29.38
%33.80

CMYK Percentages of Color #b792a8

%0
%20
%8
%28

Triadic Colors of #b792a8

#b792a8 #a8b792 #92a8b7

Analogous Colors of #b792a8

#b792a8 #b79296 #b492b7

Monochromatic Colors of #b792a8

#b792a8

Complementary Color

#b792a8 #92b7a1

#b792a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792a8 Color CSS Codes

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

#b792a8 Text Font Color

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

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


#b792a8 Background Color

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

This div background color is #b792a8


#b792a8 Border Color

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

This div border color is #b792a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792a8


Comments

No comments written yet.

Please login to write comment.