Color Hex Logo

#050241 Color Hex

#050241
(5,2,65)
0 Favorites   0 Comments

Color spaces of #050241

RGB 5265
HSL0.670.940.13
HSV243°97°25°
CMYK 0.920.970.00   0.75
XYZ1.03840.45735.0346
Yxy0.45730.15900.0700
Hunter Lab6.762415.5754-39.4077
CIE-Lab4.130824.1756-37.0765

#050241 color RGB value is (5,2,65).

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

The process color (four color CMYK) of #050241 color hex is 0.92, 0.97, 0.00, 0.75. Web safe color of #050241 is #000033. Color #050241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 01000001
Octal 5 2 101
Decimal 5 2 65
Hex 5 2 41

RGB Percentages of Color #050241

%6.94
%2.78
%90.28

CMYK Percentages of Color #050241

%92
%97
%0
%75

Triadic Colors of #050241

#050241 #410502 #024105

Analogous Colors of #050241

#050241 #250241 #021e41

Monochromatic Colors of #050241

#050241

Complementary Color

#050241 #3e4102

#050241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050241 Color CSS Codes

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

#050241 Text Font Color

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

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


#050241 Background Color

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

This div background color is #050241


#050241 Border Color

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

This div border color is #050241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050241


Comments

No comments written yet.

Please login to write comment.