Color Hex Logo

#28006e Color Hex

#28006E
(40,0,110)
0 Favorites   0 Comments

Color spaces of #28006e

RGB 400110
HSL0.731.000.22
HSV262°100°43°
CMYK 0.641.000.00   0.57
XYZ3.68951.576914.8618
Yxy1.57690.18330.0783
Hunter Lab12.557530.4694-61.3797
CIE-Lab13.088843.9130-52.8223

#28006e color RGB value is (40,0,110).

#28006e hex color red value is 40, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #28006e hue: 0.73 , saturation: 1.00 and the lightness value of 28006e is 0.22.

The process color (four color CMYK) of #28006e color hex is 0.64, 1.00, 0.00, 0.57. Web safe color of #28006e is #330066. Color #28006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00000000 01101110
Octal 50 0 156
Decimal 40 0 110
Hex 28 0 6E

RGB Percentages of Color #28006e

%26.67
%0.00
%73.33

CMYK Percentages of Color #28006e

%64
%100
%0
%57

Triadic Colors of #28006e

#28006e #6e2800 #006e28

Analogous Colors of #28006e

#28006e #5f006e #000f6e

Monochromatic Colors of #28006e

#28006e

Complementary Color

#28006e #466e00

#28006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28006e Color CSS Codes

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

#28006e Text Font Color

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

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


#28006e Background Color

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

This div background color is #28006e


#28006e Border Color

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

This div border color is #28006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28006e


Comments

No comments written yet.

Please login to write comment.