Color Hex Logo

#28306f Color Hex

#28306F
(40,48,111)
0 Favorites   0 Comments

Color spaces of #28306f

RGB 4048111
HSL0.650.470.30
HSV233°64°44°
CMYK 0.640.570.00   0.56
XYZ4.80133.712715.5025
Yxy3.71270.19990.1546
Hunter Lab19.268410.7591-34.2143
CIE-Lab22.697918.0303-37.7139

#28306f color RGB value is (40,48,111).

#28306f hex color red value is 40, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #28306f hue: 0.65 , saturation: 0.47 and the lightness value of 28306f is 0.30.

The process color (four color CMYK) of #28306f color hex is 0.64, 0.57, 0.00, 0.56. Web safe color of #28306f is #333366. Color #28306f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110000 01101111
Octal 50 60 157
Decimal 40 48 111
Hex 28 30 6F

RGB Percentages of Color #28306f

%20.10
%24.12
%55.78

CMYK Percentages of Color #28306f

%64
%57
%0
%56

Triadic Colors of #28306f

#28306f #6f2830 #306f28

Analogous Colors of #28306f

#28306f #43286f #28546f

Monochromatic Colors of #28306f

#28306f

Complementary Color

#28306f #6f6728

#28306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28306f Color CSS Codes

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

#28306f Text Font Color

<p style="color:#28306f">Text here</p>

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


#28306f Background Color

<div style="background-color:#28306f">
Div content here</div>

This div background color is #28306f


#28306f Border Color

<div style="border:3px solid #28306f">
Div here</div>

This div border color is #28306f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,48,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28306f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28306f;
  -webkit-box-shadow: 1px 1px 3px 2px #28306f;
  box-shadow:         1px 1px 3px 2px #28306f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28306f


Comments

No comments written yet.

Please login to write comment.