Color Hex Logo

#28558c Color Hex

#28558C
(40,85,140)
0 Favorites   0 Comments

Color spaces of #28558c

RGB 4085140
HSL0.590.560.35
HSV213°71°55°
CMYK 0.710.390.00   0.45
XYZ8.85728.841626.0507
Yxy8.84160.20250.2021
Hunter Lab29.73481.1344-31.1296
CIE-Lab35.67753.9370-35.0612

#28558c color RGB value is (40,85,140).

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

The process color (four color CMYK) of #28558c color hex is 0.71, 0.39, 0.00, 0.45. Web safe color of #28558c is #336699. Color #28558c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010101 10001100
Octal 50 125 214
Decimal 40 85 140
Hex 28 55 8C

RGB Percentages of Color #28558c

%15.09
%32.08
%52.83

CMYK Percentages of Color #28558c

%71
%39
%0
%45

Triadic Colors of #28558c

#28558c #8c2855 #558c28

Analogous Colors of #28558c

#28558c #2d288c #28878c

Monochromatic Colors of #28558c

#28558c

Complementary Color

#28558c #8c5f28

#28558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#28558c Color CSS Codes

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

#28558c Text Font Color

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

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


#28558c Background Color

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

This div background color is #28558c


#28558c Border Color

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

This div border color is #28558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28558c


Comments

No comments written yet.

Please login to write comment.