Color Hex Logo

#28588e Color Hex

#28588E
(40,88,142)
0 Favorites   0 Comments

Color spaces of #28588e

RGB 4088142
HSL0.590.560.36
HSV212°72°56°
CMYK 0.720.380.00   0.44
XYZ9.24739.383626.9150
Yxy9.38360.20300.2060
Hunter Lab30.63270.2779-30.6515
CIE-Lab36.71262.7557-34.6348

#28588e color RGB value is (40,88,142).

#28588e hex color red value is 40, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #28588e hue: 0.59 , saturation: 0.56 and the lightness value of 28588e is 0.36.

The process color (four color CMYK) of #28588e color hex is 0.72, 0.38, 0.00, 0.44. Web safe color of #28588e is #336699. Color #28588e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011000 10001110
Octal 50 130 216
Decimal 40 88 142
Hex 28 58 8E

RGB Percentages of Color #28588e

%14.81
%32.59
%52.59

CMYK Percentages of Color #28588e

%72
%38
%0
%44

Triadic Colors of #28588e

#28588e #8e2858 #588e28

Analogous Colors of #28588e

#28588e #2b288e #288b8e

Monochromatic Colors of #28588e

#28588e

Complementary Color

#28588e #8e5e28

#28588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28588e Color CSS Codes

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

#28588e Text Font Color

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

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


#28588e Background Color

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

This div background color is #28588e


#28588e Border Color

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

This div border color is #28588e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,88,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28588e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28588e;
  -webkit-box-shadow: 1px 1px 3px 2px #28588e;
  box-shadow:         1px 1px 3px 2px #28588e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28588e


Comments

No comments written yet.

Please login to write comment.