Color Hex Logo

#b4627e Color Hex

#B4627E
(180,98,126)
0 Favorites   0 Comments

Color spaces of #b4627e

RGB 18098126
HSL0.940.350.55
HSV340°46°71°
CMYK 0.000.460.30   0.29
XYZ26.956019.945022.1677
Yxy19.94500.39030.2888
Hunter Lab44.659829.58521.8322
CIE-Lab51.775036.3718-0.8034

#b4627e color RGB value is (180,98,126).

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

The process color (four color CMYK) of #b4627e color hex is 0.00, 0.46, 0.30, 0.29. Web safe color of #b4627e is #cc6666. Color #b4627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 01111110
Octal 264 142 176
Decimal 180 98 126
Hex B4 62 7E

RGB Percentages of Color #b4627e

%44.55
%24.26
%31.19

CMYK Percentages of Color #b4627e

%0
%46
%30
%29

Triadic Colors of #b4627e

#b4627e #7eb462 #627eb4

Analogous Colors of #b4627e

#b4627e #b46f62 #b462a7

Monochromatic Colors of #b4627e

#b4627e

Complementary Color

#b4627e #62b498

#b4627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4627e Color CSS Codes

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

#b4627e Text Font Color

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

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


#b4627e Background Color

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

This div background color is #b4627e


#b4627e Border Color

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

This div border color is #b4627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4627e


Comments

No comments written yet.

Please login to write comment.