Color Hex Logo

#30298f Color Hex

#30298F
(48,41,143)
0 Favorites   0 Comments

Color spaces of #30298f

RGB 4841143
HSL0.680.550.36
HSV244°71°56°
CMYK 0.660.710.00   0.44
XYZ6.96984.197426.4294
Yxy4.19740.18540.1116
Hunter Lab20.487624.8719-62.1441
CIE-Lab24.313635.5159-55.2530

#30298f color RGB value is (48,41,143).

#30298f hex color red value is 48, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #30298f hue: 0.68 , saturation: 0.55 and the lightness value of 30298f is 0.36.

The process color (four color CMYK) of #30298f color hex is 0.66, 0.71, 0.00, 0.44. Web safe color of #30298f is #333399. Color #30298f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101001 10001111
Octal 60 51 217
Decimal 48 41 143
Hex 30 29 8F

RGB Percentages of Color #30298f

%20.69
%17.67
%61.64

CMYK Percentages of Color #30298f

%66
%71
%0
%44

Triadic Colors of #30298f

#30298f #8f3029 #298f30

Analogous Colors of #30298f

#30298f #63298f #29558f

Monochromatic Colors of #30298f

#30298f

Complementary Color

#30298f #888f29

#30298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30298f Color CSS Codes

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

#30298f Text Font Color

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

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


#30298f Background Color

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

This div background color is #30298f


#30298f Border Color

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

This div border color is #30298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30298f


Comments

No comments written yet.

Please login to write comment.