Color Hex Logo

#b03279 Color Hex

#B03279
(176,50,121)
0 Favorites   0 Comments

Color spaces of #b03279

RGB 17650121
HSL0.910.560.44
HSV326°72°69°
CMYK 0.000.720.31   0.31
XYZ22.496312.891819.3918
Yxy12.89180.41070.2353
Hunter Lab35.905249.0048-6.8880
CIE-Lab42.599856.7013-11.4910

#b03279 color RGB value is (176,50,121).

#b03279 hex color red value is 176, green value is 50 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b03279 hue: 0.91 , saturation: 0.56 and the lightness value of b03279 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 01111001
Octal 260 62 171
Decimal 176 50 121
Hex B0 32 79

RGB Percentages of Color #b03279

%50.72
%14.41
%34.87

CMYK Percentages of Color #b03279

%0
%72
%31
%31

Triadic Colors of #b03279

#b03279 #79b032 #3279b0

Analogous Colors of #b03279

#b03279 #b0323a #a832b0

Monochromatic Colors of #b03279

#b03279

Complementary Color

#b03279 #32b069

#b03279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03279 Color CSS Codes

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

#b03279 Text Font Color

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

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


#b03279 Background Color

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

This div background color is #b03279


#b03279 Border Color

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

This div border color is #b03279


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,50,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03279; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03279;
  -webkit-box-shadow: 1px 1px 3px 2px #b03279;
  box-shadow:         1px 1px 3px 2px #b03279; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,50,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03279


Comments

No comments written yet.

Please login to write comment.