Color Hex Logo

#021317 Color Hex

#021317
(2,19,23)
0 Favorites   0 Comments

Color spaces of #021317

RGB 21923
HSL0.530.840.05
HSV191°91°
CMYK 0.910.170.00   0.91
XYZ0.41260.54050.8932
Yxy0.54050.22350.2927
Hunter Lab7.3519-2.8480-2.0570
CIE-Lab4.8823-4.1426-4.3581

#021317 color RGB value is (2,19,23).

#021317 hex color red value is 2, green value is 19 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #021317 hue: 0.53 , saturation: 0.84 and the lightness value of 021317 is 0.05.

The process color (four color CMYK) of #021317 color hex is 0.91, 0.17, 0.00, 0.91. Web safe color of #021317 is #000000. Color #021317 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010011 00010111
Octal 2 23 27
Decimal 2 19 23
Hex 2 13 17

RGB Percentages of Color #021317

%4.55
%43.18
%52.27

CMYK Percentages of Color #021317

%91
%17
%0
%91

Triadic Colors of #021317

#021317 #170213 #131702

Analogous Colors of #021317

#021317 #020917 #021711

Monochromatic Colors of #021317

#021317

Complementary Color

#021317 #170602

#021317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021317 Color CSS Codes

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

#021317 Text Font Color

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

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


#021317 Background Color

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

This div background color is #021317


#021317 Border Color

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

This div border color is #021317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,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 #021317">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021317


Comments

No comments written yet.

Please login to write comment.