Color Hex Logo

#050072 Color Hex

#050072
(5,0,114)
0 Favorites   0 Comments

Color spaces of #050072

RGB 50114
HSL0.671.000.22
HSV243°100°45°
CMYK 0.961.000.00   0.55
XYZ3.09981.247215.9969
Yxy1.24720.15240.0613
Hunter Lab11.167830.0018-77.1102
CIE-Lab10.901143.7949-59.1519

#050072 color RGB value is (5,0,114).

#050072 hex color red value is 5, green value is 0 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #050072 hue: 0.67 , saturation: 1.00 and the lightness value of 050072 is 0.22.

The process color (four color CMYK) of #050072 color hex is 0.96, 1.00, 0.00, 0.55. Web safe color of #050072 is #000066. Color #050072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000000 01110010
Octal 5 0 162
Decimal 5 0 114
Hex 5 0 72

RGB Percentages of Color #050072

%4.20
%0.00
%95.80

CMYK Percentages of Color #050072

%96
%100
%0
%55

Triadic Colors of #050072

#050072 #720500 #007205

Analogous Colors of #050072

#050072 #3e0072 #003472

Monochromatic Colors of #050072

#050072

Complementary Color

#050072 #6d7200

#050072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050072 Color CSS Codes

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

#050072 Text Font Color

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

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


#050072 Background Color

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

This div background color is #050072


#050072 Border Color

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

This div border color is #050072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050072


Comments

No comments written yet.

Please login to write comment.