Color Hex Logo

#b46294 Color Hex

#B46294
(180,98,148)
0 Favorites   0 Comments

Color spaces of #b46294

RGB 18098148
HSL0.900.350.55
HSV323°46°71°
CMYK 0.000.460.18   0.29
XYZ28.535420.576830.4847
Yxy20.57680.35850.2585
Hunter Lab45.361732.9051-8.0919
CIE-Lab52.483239.6137-12.7646

#b46294 color RGB value is (180,98,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 10010100
Octal 264 142 224
Decimal 180 98 148
Hex B4 62 94

RGB Percentages of Color #b46294

%42.25
%23.00
%34.74

CMYK Percentages of Color #b46294

%0
%46
%18
%29

Triadic Colors of #b46294

#b46294 #94b462 #6294b4

Analogous Colors of #b46294

#b46294 #b4626b #ab62b4

Monochromatic Colors of #b46294

#b46294

Complementary Color

#b46294 #62b482

#b46294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46294 Color CSS Codes

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

#b46294 Text Font Color

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

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


#b46294 Background Color

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

This div background color is #b46294


#b46294 Border Color

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

This div border color is #b46294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46294


Comments

No comments written yet.

Please login to write comment.