Color Hex Logo

#b31466 Color Hex

#B31466
(179,20,102)
0 Favorites   0 Comments

Color spaces of #b31466

RGB 17920102
HSL0.910.800.39
HSV329°89°70°
CMYK 0.000.890.43   0.30
XYZ21.238811.043313.5825
Yxy11.04330.46310.2408
Hunter Lab33.231555.9274-0.9712
CIE-Lab39.653363.5278-3.9777

#b31466 color RGB value is (179,20,102).

#b31466 hex color red value is 179, green value is 20 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b31466 hue: 0.91 , saturation: 0.80 and the lightness value of b31466 is 0.39.

The process color (four color CMYK) of #b31466 color hex is 0.00, 0.89, 0.43, 0.30. Web safe color of #b31466 is #cc0066. Color #b31466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 01100110
Octal 263 24 146
Decimal 179 20 102
Hex B3 14 66

RGB Percentages of Color #b31466

%59.47
%6.64
%33.89

CMYK Percentages of Color #b31466

%0
%89
%43
%30

Triadic Colors of #b31466

#b31466 #66b314 #1466b3

Analogous Colors of #b31466

#b31466 #b31417 #b114b3

Monochromatic Colors of #b31466

#b31466

Complementary Color

#b31466 #14b361

#b31466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31466 Color CSS Codes

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

#b31466 Text Font Color

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

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


#b31466 Background Color

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

This div background color is #b31466


#b31466 Border Color

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

This div border color is #b31466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31466


Comments

No comments written yet.

Please login to write comment.