Color Hex Logo

#5b020f Color Hex

#5B020F
(91,2,15)
0 Favorites   0 Comments

Color spaces of #5b020f

RGB 91215
HSL0.980.960.18
HSV351°98°36°
CMYK 0.000.980.84   0.64
XYZ4.42232.30210.6632
Yxy2.30210.59860.3116
Hunter Lab15.172725.47438.0293
CIE-Lab16.998937.598019.8224

#5b020f color RGB value is (91,2,15).

#5b020f hex color red value is 91, green value is 2 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5b020f hue: 0.98 , saturation: 0.96 and the lightness value of 5b020f is 0.18.

The process color (four color CMYK) of #5b020f color hex is 0.00, 0.98, 0.84, 0.64. Web safe color of #5b020f is #660000. Color #5b020f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00000010 00001111
Octal 133 2 17
Decimal 91 2 15
Hex 5B 2 F

RGB Percentages of Color #5b020f

%84.26
%1.85
%13.89

CMYK Percentages of Color #5b020f

%0
%98
%84
%64

Triadic Colors of #5b020f

#5b020f #0f5b02 #020f5b

Analogous Colors of #5b020f

#5b020f #5b2202 #5b023b

Monochromatic Colors of #5b020f

#5b020f

Complementary Color

#5b020f #025b4e

#5b020f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b020f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b020f Color CSS Codes

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

#5b020f Text Font Color

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

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


#5b020f Background Color

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

This div background color is #5b020f


#5b020f Border Color

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

This div border color is #5b020f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,2,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b020f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b020f;
  -webkit-box-shadow: 1px 1px 3px 2px #5b020f;
  box-shadow:         1px 1px 3px 2px #5b020f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b020f


Comments

No comments written yet.

Please login to write comment.