Color Hex Logo

#030511 Color Hex

#030511
(3,5,17)
0 Favorites   0 Comments

Color spaces of #030511

RGB 3517
HSL0.640.700.04
HSV231°82°
CMYK 0.820.710.00   0.93
XYZ0.19300.16840.5526
Yxy0.16840.21120.1842
Hunter Lab4.10371.2137-5.1115
CIE-Lab1.52111.3494-5.2814

#030511 color RGB value is (3,5,17).

#030511 hex color red value is 3, green value is 5 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #030511 hue: 0.64 , saturation: 0.70 and the lightness value of 030511 is 0.04.

The process color (four color CMYK) of #030511 color hex is 0.82, 0.71, 0.00, 0.93. Web safe color of #030511 is #000000. Color #030511 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000101 00010001
Octal 3 5 21
Decimal 3 5 17
Hex 3 5 11

RGB Percentages of Color #030511

%12.00
%20.00
%68.00

CMYK Percentages of Color #030511

%82
%71
%0
%93

Triadic Colors of #030511

#030511 #110305 #051103

Analogous Colors of #030511

#030511 #080311 #030c11

Monochromatic Colors of #030511

#030511

Complementary Color

#030511 #110f03

#030511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030511 Color CSS Codes

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

#030511 Text Font Color

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

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


#030511 Background Color

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

This div background color is #030511


#030511 Border Color

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

This div border color is #030511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030511


Comments

No comments written yet.

Please login to write comment.