Color Hex Logo

#b46690 Color Hex

#B46690
(180,102,144)
0 Favorites   0 Comments

Color spaces of #b46690

RGB 180102144
HSL0.910.340.55
HSV328°43°71°
CMYK 0.000.430.20   0.29
XYZ28.607821.219728.9736
Yxy21.21970.36300.2693
Hunter Lab46.064830.2410-5.0465
CIE-Lab53.189136.8538-9.3489

#b46690 color RGB value is (180,102,144).

#b46690 hex color red value is 180, green value is 102 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b46690 hue: 0.91 , saturation: 0.34 and the lightness value of b46690 is 0.55.

The process color (four color CMYK) of #b46690 color hex is 0.00, 0.43, 0.20, 0.29. Web safe color of #b46690 is #cc6699. Color #b46690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 10010000
Octal 264 146 220
Decimal 180 102 144
Hex B4 66 90

RGB Percentages of Color #b46690

%42.25
%23.94
%33.80

CMYK Percentages of Color #b46690

%0
%43
%20
%29

Triadic Colors of #b46690

#b46690 #90b466 #6690b4

Analogous Colors of #b46690

#b46690 #b46669 #b166b4

Monochromatic Colors of #b46690

#b46690

Complementary Color

#b46690 #66b48a

#b46690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46690 Color CSS Codes

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

#b46690 Text Font Color

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

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


#b46690 Background Color

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

This div background color is #b46690


#b46690 Border Color

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

This div border color is #b46690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46690


Comments

No comments written yet.

Please login to write comment.