Color Hex Logo

#b46282 Color Hex

#B46282
(180,98,130)
0 Favorites   0 Comments

Color spaces of #b46282

RGB 18098130
HSL0.930.350.55
HSV337°46°71°
CMYK 0.000.460.28   0.29
XYZ27.219320.050423.5546
Yxy20.05040.38430.2831
Hunter Lab44.777730.14500.1558
CIE-Lab51.894136.9242-3.0021

#b46282 color RGB value is (180,98,130).

#b46282 hex color red value is 180, green value is 98 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b46282 hue: 0.93 , saturation: 0.35 and the lightness value of b46282 is 0.55.

The process color (four color CMYK) of #b46282 color hex is 0.00, 0.46, 0.28, 0.29. Web safe color of #b46282 is #cc6699. Color #b46282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 10000010
Octal 264 142 202
Decimal 180 98 130
Hex B4 62 82

RGB Percentages of Color #b46282

%44.12
%24.02
%31.86

CMYK Percentages of Color #b46282

%0
%46
%28
%29

Triadic Colors of #b46282

#b46282 #82b462 #6282b4

Analogous Colors of #b46282

#b46282 #b46b62 #b462ab

Monochromatic Colors of #b46282

#b46282

Complementary Color

#b46282 #62b494

#b46282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46282 Color CSS Codes

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

#b46282 Text Font Color

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

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


#b46282 Background Color

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

This div background color is #b46282


#b46282 Border Color

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

This div border color is #b46282


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,98,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46282; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46282;
  -webkit-box-shadow: 1px 1px 3px 2px #b46282;
  box-shadow:         1px 1px 3px 2px #b46282; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,98,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46282


Comments

No comments written yet.

Please login to write comment.