Color Hex Logo

#051021 Color Hex

#051021
(5,16,33)
0 Favorites   0 Comments

Color spaces of #051021

RGB 51633
HSL0.600.740.07
HSV216°85°13°
CMYK 0.850.520.00   0.87
XYZ0.52240.51271.5103
Yxy0.51270.20520.2014
Hunter Lab7.16030.4924-7.4936
CIE-Lab4.63121.4376-12.4832

#051021 color RGB value is (5,16,33).

#051021 hex color red value is 5, green value is 16 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #051021 hue: 0.60 , saturation: 0.74 and the lightness value of 051021 is 0.07.

The process color (four color CMYK) of #051021 color hex is 0.85, 0.52, 0.00, 0.87. Web safe color of #051021 is #000033. Color #051021 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010000 00100001
Octal 5 20 41
Decimal 5 16 33
Hex 5 10 21

RGB Percentages of Color #051021

%9.26
%29.63
%61.11

CMYK Percentages of Color #051021

%85
%52
%0
%87

Triadic Colors of #051021

#051021 #210510 #102105

Analogous Colors of #051021

#051021 #080521 #051e21

Monochromatic Colors of #051021

#051021

Complementary Color

#051021 #211605

#051021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051021 Color CSS Codes

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

#051021 Text Font Color

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

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


#051021 Background Color

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

This div background color is #051021


#051021 Border Color

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

This div border color is #051021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051021


Comments

No comments written yet.

Please login to write comment.