Color Hex Logo

#020507 Color Hex

#020507
(2,5,7)
0 Favorites   0 Comments

Color spaces of #020507

RGB 257
HSL0.570.560.02
HSV204°71°
CMYK 0.710.290.00   0.97
XYZ0.11770.13680.2212
Yxy0.13680.24740.2876
Hunter Lab3.6986-0.7923-0.9568
CIE-Lab1.2357-0.5049-1.0334

#020507 color RGB value is (2,5,7).

#020507 hex color red value is 2, green value is 5 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #020507 hue: 0.57 , saturation: 0.56 and the lightness value of 020507 is 0.02.

The process color (four color CMYK) of #020507 color hex is 0.71, 0.29, 0.00, 0.97. Web safe color of #020507 is #000000. Color #020507 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000101 00000111
Octal 2 5 7
Decimal 2 5 7
Hex 2 5 7

RGB Percentages of Color #020507

%14.29
%35.71
%50.00

CMYK Percentages of Color #020507

%71
%29
%0
%97

Triadic Colors of #020507

#020507 #070205 #050702

Analogous Colors of #020507

#020507 #020307 #020707

Monochromatic Colors of #020507

#020507

Complementary Color

#020507 #070402

#020507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020507 Color CSS Codes

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

#020507 Text Font Color

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

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


#020507 Background Color

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

This div background color is #020507


#020507 Border Color

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

This div border color is #020507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020507


Comments

No comments written yet.

Please login to write comment.