Color Hex Logo

#28349e Color Hex

#28349E
(40,52,158)
0 Favorites   0 Comments

Color spaces of #28349e

RGB 4052158
HSL0.650.600.39
HSV234°75°62°
CMYK 0.750.670.00   0.38
XYZ8.27465.375732.9492
Yxy5.37570.17760.1154
Hunter Lab23.185623.1294-68.0277
CIE-Lab27.779432.8973-58.7922

#28349e color RGB value is (40,52,158).

#28349e hex color red value is 40, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #28349e hue: 0.65 , saturation: 0.60 and the lightness value of 28349e is 0.39.

The process color (four color CMYK) of #28349e color hex is 0.75, 0.67, 0.00, 0.38. Web safe color of #28349e is #333399. Color #28349e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110100 10011110
Octal 50 64 236
Decimal 40 52 158
Hex 28 34 9E

RGB Percentages of Color #28349e

%16.00
%20.80
%63.20

CMYK Percentages of Color #28349e

%75
%67
%0
%38

Triadic Colors of #28349e

#28349e #9e2834 #349e28

Analogous Colors of #28349e

#28349e #57289e #286f9e

Monochromatic Colors of #28349e

#28349e

Complementary Color

#28349e #9e9228

#28349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28349e Color CSS Codes

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

#28349e Text Font Color

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

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


#28349e Background Color

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

This div background color is #28349e


#28349e Border Color

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

This div border color is #28349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28349e


Comments

No comments written yet.

Please login to write comment.