Color Hex Logo

#30067e Color Hex

#30067E
(48,6,126)
0 Favorites   0 Comments

Color spaces of #30067e

RGB 486126
HSL0.730.910.26
HSV261°95°49°
CMYK 0.620.950.00   0.51
XYZ5.04992.265019.9097
Yxy2.26500.18550.0832
Hunter Lab15.049933.5571-67.9004
CIE-Lab16.820746.5000-56.9307

#30067e color RGB value is (48,6,126).

#30067e hex color red value is 48, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #30067e hue: 0.73 , saturation: 0.91 and the lightness value of 30067e is 0.26.

The process color (four color CMYK) of #30067e color hex is 0.62, 0.95, 0.00, 0.51. Web safe color of #30067e is #330066. Color #30067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 01111110
Octal 60 6 176
Decimal 48 6 126
Hex 30 6 7E

RGB Percentages of Color #30067e

%26.67
%3.33
%70.00

CMYK Percentages of Color #30067e

%62
%95
%0
%51

Triadic Colors of #30067e

#30067e #7e3006 #067e30

Analogous Colors of #30067e

#30067e #6c067e #06187e

Monochromatic Colors of #30067e

#30067e

Complementary Color

#30067e #547e06

#30067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30067e Color CSS Codes

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

#30067e Text Font Color

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

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


#30067e Background Color

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

This div background color is #30067e


#30067e Border Color

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

This div border color is #30067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30067e


Comments

No comments written yet.

Please login to write comment.