Color Hex Logo

#050065 Color Hex

#050065
(5,0,101)
0 Favorites   0 Comments

Color spaces of #050065

RGB 50101
HSL0.671.000.20
HSV243°100°40°
CMYK 0.951.000.00   0.60
XYZ2.41160.971912.3724
Yxy0.97190.15310.0617
Hunter Lab9.858526.4126-67.5079
CIE-Lab8.755140.2207-54.1899

#050065 color RGB value is (5,0,101).

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

The process color (four color CMYK) of #050065 color hex is 0.95, 1.00, 0.00, 0.60. Web safe color of #050065 is #000066. Color #050065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000000 01100101
Octal 5 0 145
Decimal 5 0 101
Hex 5 0 65

RGB Percentages of Color #050065

%4.72
%0.00
%95.28

CMYK Percentages of Color #050065

%95
%100
%0
%60

Triadic Colors of #050065

#050065 #650500 #006505

Analogous Colors of #050065

#050065 #380065 #002d65

Monochromatic Colors of #050065

#050065

Complementary Color

#050065 #606500

#050065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050065 Color CSS Codes

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

#050065 Text Font Color

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

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


#050065 Background Color

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

This div background color is #050065


#050065 Border Color

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

This div border color is #050065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050065


Comments

No comments written yet.

Please login to write comment.