Color Hex Logo

#28509c Color Hex

#28509C
(40,80,156)
0 Favorites   0 Comments

Color spaces of #28509c

RGB 4080156
HSL0.610.590.38
HSV219°74°61°
CMYK 0.740.490.00   0.39
XYZ9.74458.588732.5967
Yxy8.58870.19130.1686
Hunter Lab29.30658.0655-45.4319
CIE-Lab35.180013.4115-45.5519

#28509c color RGB value is (40,80,156).

#28509c hex color red value is 40, green value is 80 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #28509c hue: 0.61 , saturation: 0.59 and the lightness value of 28509c is 0.38.

The process color (four color CMYK) of #28509c color hex is 0.74, 0.49, 0.00, 0.39. Web safe color of #28509c is #336699. Color #28509c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010000 10011100
Octal 50 120 234
Decimal 40 80 156
Hex 28 50 9C

RGB Percentages of Color #28509c

%14.49
%28.99
%56.52

CMYK Percentages of Color #28509c

%74
%49
%0
%39

Triadic Colors of #28509c

#28509c #9c2850 #509c28

Analogous Colors of #28509c

#28509c #3a289c #288a9c

Monochromatic Colors of #28509c

#28509c

Complementary Color

#28509c #9c7428

#28509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#28509c Color CSS Codes

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

#28509c Text Font Color

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

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


#28509c Background Color

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

This div background color is #28509c


#28509c Border Color

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

This div border color is #28509c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28509c


Comments

No comments written yet.

Please login to write comment.