Color Hex Logo

#050954 Color Hex

#050954
(5,9,84)
0 Favorites   0 Comments

Color spaces of #050954

RGB 5984
HSL0.660.890.17
HSV237°94°33°
CMYK 0.940.890.00   0.67
XYZ1.76050.86778.4622
Yxy0.86770.15870.0782
Hunter Lab9.315017.4344-47.3412
CIE-Lab7.837929.5433-44.2504

#050954 color RGB value is (5,9,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001001 01010100
Octal 5 11 124
Decimal 5 9 84
Hex 5 9 54

RGB Percentages of Color #050954

%5.10
%9.18
%85.71

CMYK Percentages of Color #050954

%94
%89
%0
%67

Triadic Colors of #050954

#050954 #540509 #095405

Analogous Colors of #050954

#050954 #280554 #053154

Monochromatic Colors of #050954

#050954

Complementary Color

#050954 #545005

#050954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050954 Color CSS Codes

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

#050954 Text Font Color

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

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


#050954 Background Color

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

This div background color is #050954


#050954 Border Color

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

This div border color is #050954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050954


Comments

No comments written yet.

Please login to write comment.