Color Hex Logo

#30074e Color Hex

#30074E
(48,7,78)
0 Favorites   0 Comments

Color spaces of #30074e

RGB 48778
HSL0.760.840.17
HSV275°91°31°
CMYK 0.380.910.00   0.69
XYZ2.67001.33047.3238
Yxy1.33040.23580.1175
Hunter Lab11.534321.1348-29.5727
CIE-Lab11.486533.5183-33.9467

#30074e color RGB value is (48,7,78).

#30074e hex color red value is 48, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #30074e hue: 0.76 , saturation: 0.84 and the lightness value of 30074e is 0.17.

The process color (four color CMYK) of #30074e color hex is 0.38, 0.91, 0.00, 0.69. Web safe color of #30074e is #330066. Color #30074e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000111 01001110
Octal 60 7 116
Decimal 48 7 78
Hex 30 7 4E

RGB Percentages of Color #30074e

%36.09
%5.26
%58.65

CMYK Percentages of Color #30074e

%38
%91
%0
%69

Triadic Colors of #30074e

#30074e #4e3007 #074e30

Analogous Colors of #30074e

#30074e #4e0749 #0c074e

Monochromatic Colors of #30074e

#30074e

Complementary Color

#30074e #254e07

#30074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30074e Color CSS Codes

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

#30074e Text Font Color

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

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


#30074e Background Color

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

This div background color is #30074e


#30074e Border Color

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

This div border color is #30074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30074e


Comments

No comments written yet.

Please login to write comment.