Color Hex Logo

#28416d Color Hex

#28416D
(40,65,109)
0 Favorites   0 Comments

Color spaces of #28416d

RGB 4065109
HSL0.610.460.29
HSV218°63°43°
CMYK 0.630.400.00   0.57
XYZ5.52575.335815.2067
Yxy5.33580.21200.2047
Hunter Lab23.09942.2759-22.8621
CIE-Lab27.67085.4593-28.4715

#28416d color RGB value is (40,65,109).

#28416d hex color red value is 40, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #28416d hue: 0.61 , saturation: 0.46 and the lightness value of 28416d is 0.29.

The process color (four color CMYK) of #28416d color hex is 0.63, 0.40, 0.00, 0.57. Web safe color of #28416d is #333366. Color #28416d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01000001 01101101
Octal 50 101 155
Decimal 40 65 109
Hex 28 41 6D

RGB Percentages of Color #28416d

%18.69
%30.37
%50.93

CMYK Percentages of Color #28416d

%63
%40
%0
%57

Triadic Colors of #28416d

#28416d #6d2841 #416d28

Analogous Colors of #28416d

#28416d #31286d #28646d

Monochromatic Colors of #28416d

#28416d

Complementary Color

#28416d #6d5428

#28416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28416d Color CSS Codes

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

#28416d Text Font Color

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

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


#28416d Background Color

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

This div background color is #28416d


#28416d Border Color

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

This div border color is #28416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28416d

#28416d Color Palettes


Comments

No comments written yet.

Please login to write comment.