Color Hex Logo

#b3416f Color Hex

#B3416F
(179,65,111)
0 Favorites   0 Comments

Color spaces of #b3416f

RGB 17965111
HSL0.930.470.48
HSV336°64°70°
CMYK 0.000.640.38   0.30
XYZ23.349914.512016.6093
Yxy14.51200.42870.2664
Hunter Lab38.094642.74510.8157
CIE-Lab44.958450.3980-1.7622

#b3416f color RGB value is (179,65,111).

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

The process color (four color CMYK) of #b3416f color hex is 0.00, 0.64, 0.38, 0.30. Web safe color of #b3416f is #cc3366. Color #b3416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 01101111
Octal 263 101 157
Decimal 179 65 111
Hex B3 41 6F

RGB Percentages of Color #b3416f

%50.42
%18.31
%31.27

CMYK Percentages of Color #b3416f

%0
%64
%38
%30

Triadic Colors of #b3416f

#b3416f #6fb341 #416fb3

Analogous Colors of #b3416f

#b3416f #b34c41 #b341a8

Monochromatic Colors of #b3416f

#b3416f

Complementary Color

#b3416f #41b385

#b3416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3416f Color CSS Codes

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

#b3416f Text Font Color

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

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


#b3416f Background Color

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

This div background color is #b3416f


#b3416f Border Color

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

This div border color is #b3416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3416f


Comments

No comments written yet.

Please login to write comment.