Color Hex Logo

#b14078 Color Hex

#B14078
(177,64,120)
0 Favorites   0 Comments

Color spaces of #b14078

RGB 17764120
HSL0.920.470.47
HSV330°64°69°
CMYK 0.000.640.32   0.31
XYZ23.355014.370019.3120
Yxy14.37000.40950.2519
Hunter Lab37.907843.6353-3.6697
CIE-Lab44.758951.2806-7.6137

#b14078 color RGB value is (177,64,120).

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

The process color (four color CMYK) of #b14078 color hex is 0.00, 0.64, 0.32, 0.31. Web safe color of #b14078 is #993366. Color #b14078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 01111000
Octal 261 100 170
Decimal 177 64 120
Hex B1 40 78

RGB Percentages of Color #b14078

%49.03
%17.73
%33.24

CMYK Percentages of Color #b14078

%0
%64
%32
%31

Triadic Colors of #b14078

#b14078 #78b140 #4078b1

Analogous Colors of #b14078

#b14078 #b14040 #b140b1

Monochromatic Colors of #b14078

#b14078

Complementary Color

#b14078 #40b179

#b14078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14078 Color CSS Codes

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

#b14078 Text Font Color

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

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


#b14078 Background Color

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

This div background color is #b14078


#b14078 Border Color

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

This div border color is #b14078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14078


Comments

No comments written yet.

Please login to write comment.