Color Hex Logo

#b44078 Color Hex

#B44078
(180,64,120)
0 Favorites   0 Comments

Color spaces of #b44078

RGB 18064120
HSL0.920.480.48
HSV331°64°71°
CMYK 0.000.640.33   0.29
XYZ24.046014.726219.3444
Yxy14.72620.41380.2534
Hunter Lab38.374744.6942-3.0253
CIE-Lab45.256952.1930-6.8180

#b44078 color RGB value is (180,64,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 01111000
Octal 264 100 170
Decimal 180 64 120
Hex B4 40 78

RGB Percentages of Color #b44078

%49.45
%17.58
%32.97

CMYK Percentages of Color #b44078

%0
%64
%33
%29

Triadic Colors of #b44078

#b44078 #78b440 #4078b4

Analogous Colors of #b44078

#b44078 #b44240 #b440b2

Monochromatic Colors of #b44078

#b44078

Complementary Color

#b44078 #40b47c

#b44078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44078 Color CSS Codes

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

#b44078 Text Font Color

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

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


#b44078 Background Color

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

This div background color is #b44078


#b44078 Border Color

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

This div border color is #b44078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,64,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 #b44078">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44078


Comments

No comments written yet.

Please login to write comment.