Color Hex Logo

#b4657a Color Hex

#B4657A
(180,101,122)
0 Favorites   0 Comments

Color spaces of #b4657a

RGB 180101122
HSL0.960.340.55
HSV344°44°71°
CMYK 0.000.440.32   0.29
XYZ26.988920.415820.9305
Yxy20.41580.39490.2988
Hunter Lab45.183827.54864.1638
CIE-Lab52.304134.22462.3398

#b4657a color RGB value is (180,101,122).

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

The process color (four color CMYK) of #b4657a color hex is 0.00, 0.44, 0.32, 0.29. Web safe color of #b4657a is #cc6666. Color #b4657a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 01111010
Octal 264 145 172
Decimal 180 101 122
Hex B4 65 7A

RGB Percentages of Color #b4657a

%44.67
%25.06
%30.27

CMYK Percentages of Color #b4657a

%0
%44
%32
%29

Triadic Colors of #b4657a

#b4657a #7ab465 #657ab4

Analogous Colors of #b4657a

#b4657a #b47865 #b465a2

Monochromatic Colors of #b4657a

#b4657a

Complementary Color

#b4657a #65b49f

#b4657a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4657a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4657a Color CSS Codes

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

#b4657a Text Font Color

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

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


#b4657a Background Color

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

This div background color is #b4657a


#b4657a Border Color

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

This div border color is #b4657a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4657a


Comments

No comments written yet.

Please login to write comment.