Color Hex Logo

#28558d Color Hex

#28558D
(40,85,141)
0 Favorites   0 Comments

Color spaces of #28558d

RGB 4085141
HSL0.590.560.35
HSV213°72°55°
CMYK 0.720.400.00   0.45
XYZ8.93138.871226.4409
Yxy8.87120.20190.2005
Hunter Lab29.78461.4026-31.7848
CIE-Lab35.73514.3191-35.5788

#28558d color RGB value is (40,85,141).

#28558d hex color red value is 40, green value is 85 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #28558d hue: 0.59 , saturation: 0.56 and the lightness value of 28558d is 0.35.

The process color (four color CMYK) of #28558d color hex is 0.72, 0.40, 0.00, 0.45. Web safe color of #28558d is #336699. Color #28558d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010101 10001101
Octal 50 125 215
Decimal 40 85 141
Hex 28 55 8D

RGB Percentages of Color #28558d

%15.04
%31.95
%53.01

CMYK Percentages of Color #28558d

%72
%40
%0
%45

Triadic Colors of #28558d

#28558d #8d2855 #558d28

Analogous Colors of #28558d

#28558d #2e288d #28888d

Monochromatic Colors of #28558d

#28558d

Complementary Color

#28558d #8d6028

#28558d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28558d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28558d Color CSS Codes

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

#28558d Text Font Color

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

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


#28558d Background Color

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

This div background color is #28558d


#28558d Border Color

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

This div border color is #28558d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,85,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28558d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28558d;
  -webkit-box-shadow: 1px 1px 3px 2px #28558d;
  box-shadow:         1px 1px 3px 2px #28558d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28558d


Comments

No comments written yet.

Please login to write comment.