Color Hex Logo

#28418b Color Hex

#28418B
(40,65,139)
0 Favorites   0 Comments

Color spaces of #28418b

RGB 4065139
HSL0.620.550.35
HSV225°71°55°
CMYK 0.710.530.00   0.45
XYZ7.42566.095825.2113
Yxy6.09580.19170.1574
Hunter Lab24.689710.4783-43.2599
CIE-Lab29.652916.9678-44.1004

#28418b color RGB value is (40,65,139).

#28418b hex color red value is 40, green value is 65 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #28418b hue: 0.62 , saturation: 0.55 and the lightness value of 28418b is 0.35.

The process color (four color CMYK) of #28418b color hex is 0.71, 0.53, 0.00, 0.45. Web safe color of #28418b is #333399. Color #28418b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01000001 10001011
Octal 50 101 213
Decimal 40 65 139
Hex 28 41 8B

RGB Percentages of Color #28418b

%16.39
%26.64
%56.97

CMYK Percentages of Color #28418b

%71
%53
%0
%45

Triadic Colors of #28418b

#28418b #8b2841 #418b28

Analogous Colors of #28418b

#28418b #40288b #28738b

Monochromatic Colors of #28418b

#28418b

Complementary Color

#28418b #8b7228

#28418b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28418b Color Preview on White Background

Lorem ipsum dolor sit amet.

#28418b Color CSS Codes

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

#28418b Text Font Color

<p style="color:#28418b">Text here</p>

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


#28418b Background Color

<div style="background-color:#28418b">
Div content here</div>

This div background color is #28418b


#28418b Border Color

<div style="border:3px solid #28418b">
Div here</div>

This div border color is #28418b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28418b


Comments

No comments written yet.

Please login to write comment.