Color Hex Logo

#b61317 Color Hex

#B61317
(182,19,23)
0 Favorites   0 Comments

Color spaces of #b61317

RGB 1821923
HSL1.000.810.39
HSV359°90°71°
CMYK 0.000.900.87   0.29
XYZ19.678910.47271.7948
Yxy10.47270.61600.3278
Hunter Lab32.361651.912319.3648
CIE-Lab38.677860.114943.3723

#b61317 color RGB value is (182,19,23).

#b61317 hex color red value is 182, green value is 19 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b61317 hue: 1.00 , saturation: 0.81 and the lightness value of b61317 is 0.39.

The process color (four color CMYK) of #b61317 color hex is 0.00, 0.90, 0.87, 0.29. Web safe color of #b61317 is #cc0000. Color #b61317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 00010111
Octal 266 23 27
Decimal 182 19 23
Hex B6 13 17

RGB Percentages of Color #b61317

%81.25
%8.48
%10.27

CMYK Percentages of Color #b61317

%0
%90
%87
%29

Triadic Colors of #b61317

#b61317 #17b613 #1317b6

Analogous Colors of #b61317

#b61317 #b66113 #b61369

Monochromatic Colors of #b61317

#b61317

Complementary Color

#b61317 #13b6b2

#b61317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61317 Color CSS Codes

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

#b61317 Text Font Color

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

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


#b61317 Background Color

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

This div background color is #b61317


#b61317 Border Color

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

This div border color is #b61317


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,19,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b61317; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b61317;
  -webkit-box-shadow: 1px 1px 3px 2px #b61317;
  box-shadow:         1px 1px 3px 2px #b61317; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,19,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61317


Comments

No comments written yet.

Please login to write comment.