Color Hex Logo

#b4629e Color Hex

#B4629E
(180,98,158)
0 Favorites   0 Comments

Color spaces of #b4629e

RGB 18098158
HSL0.880.350.55
HSV316°46°71°
CMYK 0.000.460.12   0.29
XYZ29.361620.907334.8357
Yxy20.90730.34500.2457
Hunter Lab45.724534.6044-13.1636
CIE-Lab52.847941.2422-18.0858

#b4629e color RGB value is (180,98,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 10011110
Octal 264 142 236
Decimal 180 98 158
Hex B4 62 9E

RGB Percentages of Color #b4629e

%41.28
%22.48
%36.24

CMYK Percentages of Color #b4629e

%0
%46
%12
%29

Triadic Colors of #b4629e

#b4629e #9eb462 #629eb4

Analogous Colors of #b4629e

#b4629e #b46275 #a162b4

Monochromatic Colors of #b4629e

#b4629e

Complementary Color

#b4629e #62b478

#b4629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4629e Color CSS Codes

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

#b4629e Text Font Color

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

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


#b4629e Background Color

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

This div background color is #b4629e


#b4629e Border Color

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

This div border color is #b4629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4629e


Comments

No comments written yet.

Please login to write comment.