Color Hex Logo

#b44197 Color Hex

#B44197
(180,65,151)
0 Favorites   0 Comments

Color spaces of #b44197

RGB 18065151
HSL0.880.470.48
HSV315°64°71°
CMYK 0.000.640.16   0.29
XYZ26.298615.718330.9260
Yxy15.71830.36050.2155
Hunter Lab39.646349.0234-18.4966
CIE-Lab46.602755.9735-23.5316

#b44197 color RGB value is (180,65,151).

#b44197 hex color red value is 180, green value is 65 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b44197 hue: 0.88 , saturation: 0.47 and the lightness value of b44197 is 0.48.

The process color (four color CMYK) of #b44197 color hex is 0.00, 0.64, 0.16, 0.29. Web safe color of #b44197 is #cc3399. Color #b44197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 10010111
Octal 264 101 227
Decimal 180 65 151
Hex B4 41 97

RGB Percentages of Color #b44197

%45.45
%16.41
%38.13

CMYK Percentages of Color #b44197

%0
%64
%16
%29

Triadic Colors of #b44197

#b44197 #97b441 #4197b4

Analogous Colors of #b44197

#b44197 #b4415d #9841b4

Monochromatic Colors of #b44197

#b44197

Complementary Color

#b44197 #41b45e

#b44197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44197 Color CSS Codes

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

#b44197 Text Font Color

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

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


#b44197 Background Color

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

This div background color is #b44197


#b44197 Border Color

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

This div border color is #b44197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44197

#b44197 Color Palettes


Comments

No comments written yet.

Please login to write comment.