Color Hex Logo

#020615 Color Hex

#020615
(2,6,21)
0 Favorites   0 Comments

Color spaces of #020615

RGB 2621
HSL0.630.830.05
HSV227°90°
CMYK 0.900.710.00   0.92
XYZ0.22550.19730.7357
Yxy0.19730.19460.1703
Hunter Lab4.44181.2887-6.7109
CIE-Lab1.78221.5555-7.4503

#020615 color RGB value is (2,6,21).

#020615 hex color red value is 2, green value is 6 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #020615 hue: 0.63 , saturation: 0.83 and the lightness value of 020615 is 0.05.

The process color (four color CMYK) of #020615 color hex is 0.90, 0.71, 0.00, 0.92. Web safe color of #020615 is #000000. Color #020615 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000110 00010101
Octal 2 6 25
Decimal 2 6 21
Hex 2 6 15

RGB Percentages of Color #020615

%6.90
%20.69
%72.41

CMYK Percentages of Color #020615

%90
%71
%0
%92

Triadic Colors of #020615

#020615 #150206 #061502

Analogous Colors of #020615

#020615 #080215 #021015

Monochromatic Colors of #020615

#020615

Complementary Color

#020615 #151102

#020615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020615 Color CSS Codes

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

#020615 Text Font Color

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

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


#020615 Background Color

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

This div background color is #020615


#020615 Border Color

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

This div border color is #020615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020615


Comments

No comments written yet.

Please login to write comment.