Color Hex Logo

#05285f Color Hex

#05285F
(5,40,95)
0 Favorites   0 Comments

Color spaces of #05285f

RGB 54095
HSL0.600.900.20
HSV217°95°37°
CMYK 0.950.580.00   0.63
XYZ2.88692.376111.1329
Yxy2.37610.17610.1449
Hunter Lab15.41466.4545-32.0308
CIE-Lab17.348812.2589-36.0239

#05285f color RGB value is (5,40,95).

#05285f hex color red value is 5, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #05285f hue: 0.60 , saturation: 0.90 and the lightness value of 05285f is 0.20.

The process color (four color CMYK) of #05285f color hex is 0.95, 0.58, 0.00, 0.63. Web safe color of #05285f is #003366. Color #05285f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 01011111
Octal 5 50 137
Decimal 5 40 95
Hex 5 28 5F

RGB Percentages of Color #05285f

%3.57
%28.57
%67.86

CMYK Percentages of Color #05285f

%95
%58
%0
%63

Triadic Colors of #05285f

#05285f #5f0528 #285f05

Analogous Colors of #05285f

#05285f #0f055f #05555f

Monochromatic Colors of #05285f

#05285f

Complementary Color

#05285f #5f3c05

#05285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05285f Color CSS Codes

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

#05285f Text Font Color

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

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


#05285f Background Color

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

This div background color is #05285f


#05285f Border Color

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

This div border color is #05285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05285f


Comments

No comments written yet.

Please login to write comment.