Color Hex Logo

#28528e Color Hex

#28528E
(40,82,142)
0 Favorites   0 Comments

Color spaces of #28528e

RGB 4082142
HSL0.600.560.36
HSV215°72°56°
CMYK 0.720.420.00   0.44
XYZ8.77498.438726.7575
Yxy8.43870.19960.1919
Hunter Lab29.04943.0826-34.2775
CIE-Lab34.88036.6689-37.5486

#28528e color RGB value is (40,82,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010010 10001110
Octal 50 122 216
Decimal 40 82 142
Hex 28 52 8E

RGB Percentages of Color #28528e

%15.15
%31.06
%53.79

CMYK Percentages of Color #28528e

%72
%42
%0
%44

Triadic Colors of #28528e

#28528e #8e2852 #528e28

Analogous Colors of #28528e

#28528e #31288e #28858e

Monochromatic Colors of #28528e

#28528e

Complementary Color

#28528e #8e6428

#28528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28528e Color CSS Codes

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

#28528e Text Font Color

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

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


#28528e Background Color

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

This div background color is #28528e


#28528e Border Color

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

This div border color is #28528e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,82,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 #28528e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28528e


Comments

No comments written yet.

Please login to write comment.