Color Hex Logo

#b44178 Color Hex

#B44178
(180,65,120)
0 Favorites   0 Comments

Color spaces of #b44178

RGB 18065120
HSL0.920.470.48
HSV331°64°71°
CMYK 0.000.640.33   0.29
XYZ24.102914.840019.3633
Yxy14.84000.41340.2545
Hunter Lab38.522744.2691-2.8360
CIE-Lab45.414351.7638-6.5833

#b44178 color RGB value is (180,65,120).

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

The process color (four color CMYK) of #b44178 color hex is 0.00, 0.64, 0.33, 0.29. Web safe color of #b44178 is #cc3366. Color #b44178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 01111000
Octal 264 101 170
Decimal 180 65 120
Hex B4 41 78

RGB Percentages of Color #b44178

%49.32
%17.81
%32.88

CMYK Percentages of Color #b44178

%0
%64
%33
%29

Triadic Colors of #b44178

#b44178 #78b441 #4178b4

Analogous Colors of #b44178

#b44178 #b44441 #b441b2

Monochromatic Colors of #b44178

#b44178

Complementary Color

#b44178 #41b47d

#b44178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44178 Color CSS Codes

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

#b44178 Text Font Color

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

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


#b44178 Background Color

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

This div background color is #b44178


#b44178 Border Color

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

This div border color is #b44178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44178


Comments

No comments written yet.

Please login to write comment.