Color Hex Logo

#30288e Color Hex

#30288E
(48,40,142)
0 Favorites   0 Comments

Color spaces of #30288e

RGB 4840142
HSL0.680.560.36
HSV245°72°56°
CMYK 0.660.720.00   0.44
XYZ6.86024.099026.0208
Yxy4.09900.18550.1108
Hunter Lab20.246025.0529-62.0292
CIE-Lab23.996135.7818-55.1541

#30288e color RGB value is (48,40,142).

#30288e hex color red value is 48, green value is 40 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30288e hue: 0.68 , saturation: 0.56 and the lightness value of 30288e is 0.36.

The process color (four color CMYK) of #30288e color hex is 0.66, 0.72, 0.00, 0.44. Web safe color of #30288e is #333399. Color #30288e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101000 10001110
Octal 60 50 216
Decimal 48 40 142
Hex 30 28 8E

RGB Percentages of Color #30288e

%20.87
%17.39
%61.74

CMYK Percentages of Color #30288e

%66
%72
%0
%44

Triadic Colors of #30288e

#30288e #8e3028 #288e30

Analogous Colors of #30288e

#30288e #63288e #28538e

Monochromatic Colors of #30288e

#30288e

Complementary Color

#30288e #868e28

#30288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30288e Color CSS Codes

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

#30288e Text Font Color

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

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


#30288e Background Color

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

This div background color is #30288e


#30288e Border Color

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

This div border color is #30288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30288e


Comments

No comments written yet.

Please login to write comment.