Color Hex Logo

#b46598 Color Hex

#B46598
(180,101,152)
0 Favorites   0 Comments

Color spaces of #b46598

RGB 180101152
HSL0.890.340.55
HSV321°44°71°
CMYK 0.000.440.16   0.29
XYZ29.143621.277732.2767
Yxy21.27770.35240.2573
Hunter Lab46.127832.0530-9.1972
CIE-Lab53.252138.6613-13.9539

#b46598 color RGB value is (180,101,152).

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

The process color (four color CMYK) of #b46598 color hex is 0.00, 0.44, 0.16, 0.29. Web safe color of #b46598 is #cc6699. Color #b46598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 10011000
Octal 264 145 230
Decimal 180 101 152
Hex B4 65 98

RGB Percentages of Color #b46598

%41.57
%23.33
%35.10

CMYK Percentages of Color #b46598

%0
%44
%16
%29

Triadic Colors of #b46598

#b46598 #98b465 #6598b4

Analogous Colors of #b46598

#b46598 #b46571 #a965b4

Monochromatic Colors of #b46598

#b46598

Complementary Color

#b46598 #65b481

#b46598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46598 Color CSS Codes

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

#b46598 Text Font Color

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

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


#b46598 Background Color

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

This div background color is #b46598


#b46598 Border Color

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

This div border color is #b46598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46598


Comments

No comments written yet.

Please login to write comment.