Color Hex Logo

#050254 Color Hex

#050254
(5,2,84)
0 Favorites   0 Comments

Color spaces of #050254

RGB 5284
HSL0.670.950.17
HSV242°98°33°
CMYK 0.940.980.00   0.67
XYZ1.68450.71588.4369
Yxy0.71580.15540.0661
Hunter Lab8.460520.7338-53.2023
CIE-Lab6.465833.5258-46.5310

#050254 color RGB value is (5,2,84).

#050254 hex color red value is 5, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #050254 hue: 0.67 , saturation: 0.95 and the lightness value of 050254 is 0.17.

The process color (four color CMYK) of #050254 color hex is 0.94, 0.98, 0.00, 0.67. Web safe color of #050254 is #000066. Color #050254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 01010100
Octal 5 2 124
Decimal 5 2 84
Hex 5 2 54

RGB Percentages of Color #050254

%5.49
%2.20
%92.31

CMYK Percentages of Color #050254

%94
%98
%0
%67

Triadic Colors of #050254

#050254 #540502 #025405

Analogous Colors of #050254

#050254 #2e0254 #022854

Monochromatic Colors of #050254

#050254

Complementary Color

#050254 #515402

#050254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050254 Color CSS Codes

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

#050254 Text Font Color

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

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


#050254 Background Color

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

This div background color is #050254


#050254 Border Color

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

This div border color is #050254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050254


Comments

No comments written yet.

Please login to write comment.