Color Hex Logo

#02050b Color Hex

#02050B
(2,5,11)
0 Favorites   0 Comments

Color spaces of #02050b

RGB 2511
HSL0.610.690.03
HSV220°82°
CMYK 0.820.550.00   0.96
XYZ0.13970.14560.3374
Yxy0.14560.22430.2338
Hunter Lab3.8158-0.1424-2.5716
CIE-Lab1.31520.0537-2.5584

#02050b color RGB value is (2,5,11).

#02050b hex color red value is 2, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #02050b hue: 0.61 , saturation: 0.69 and the lightness value of 02050b is 0.03.

The process color (four color CMYK) of #02050b color hex is 0.82, 0.55, 0.00, 0.96. Web safe color of #02050b is #000000. Color #02050b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000101 00001011
Octal 2 5 13
Decimal 2 5 11
Hex 2 5 B

RGB Percentages of Color #02050b

%11.11
%27.78
%61.11

CMYK Percentages of Color #02050b

%82
%55
%0
%96

Triadic Colors of #02050b

#02050b #0b0205 #050b02

Analogous Colors of #02050b

#02050b #03020b #020a0b

Monochromatic Colors of #02050b

#02050b

Complementary Color

#02050b #0b0802

#02050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02050b Color CSS Codes

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

#02050b Text Font Color

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

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


#02050b Background Color

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

This div background color is #02050b


#02050b Border Color

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

This div border color is #02050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02050b


Comments

No comments written yet.

Please login to write comment.