Color Hex Logo

#b31252 Color Hex

#B31252
(179,18,82)
0 Favorites   0 Comments

Color spaces of #b31252

RGB 1791882
HSL0.930.820.39
HSV336°90°70°
CMYK 0.000.900.54   0.30
XYZ20.329710.62558.9621
Yxy10.62550.50930.2662
Hunter Lab32.596854.28116.5167
CIE-Lab38.942462.19977.7295

#b31252 color RGB value is (179,18,82).

#b31252 hex color red value is 179, green value is 18 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b31252 hue: 0.93 , saturation: 0.82 and the lightness value of b31252 is 0.39.

The process color (four color CMYK) of #b31252 color hex is 0.00, 0.90, 0.54, 0.30. Web safe color of #b31252 is #cc0066. Color #b31252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 01010010
Octal 263 22 122
Decimal 179 18 82
Hex B3 12 52

RGB Percentages of Color #b31252

%64.16
%6.45
%29.39

CMYK Percentages of Color #b31252

%0
%90
%54
%30

Triadic Colors of #b31252

#b31252 #52b312 #1252b3

Analogous Colors of #b31252

#b31252 #b32312 #b312a3

Monochromatic Colors of #b31252

#b31252

Complementary Color

#b31252 #12b373

#b31252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31252 Color CSS Codes

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

#b31252 Text Font Color

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

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


#b31252 Background Color

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

This div background color is #b31252


#b31252 Border Color

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

This div border color is #b31252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31252


Comments

No comments written yet.

Please login to write comment.