Color Hex Logo

#030507 Color Hex

#030507
(3,5,7)
0 Favorites   0 Comments

Color spaces of #030507

RGB 357
HSL0.580.400.02
HSV210°57°
CMYK 0.570.290.00   0.97
XYZ0.13020.14320.2218
Yxy0.14320.26290.2892
Hunter Lab3.7842-0.4808-0.8262
CIE-Lab1.2935-0.2420-0.9423

#030507 color RGB value is (3,5,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000101 00000111
Octal 3 5 7
Decimal 3 5 7
Hex 3 5 7

RGB Percentages of Color #030507

%20.00
%33.33
%46.67

CMYK Percentages of Color #030507

%57
%29
%0
%97

Triadic Colors of #030507

#030507 #070305 #050703

Analogous Colors of #030507

#030507 #030307 #030707

Monochromatic Colors of #030507

#030507

Complementary Color

#030507 #070503

#030507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030507 Color CSS Codes

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

#030507 Text Font Color

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

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


#030507 Background Color

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

This div background color is #030507


#030507 Border Color

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

This div border color is #030507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030507


Comments

No comments written yet.

Please login to write comment.