Color Hex Logo

#30064f Color Hex

#30064F
(48,6,79)
0 Favorites   0 Comments

Color spaces of #30064f

RGB 48679
HSL0.760.860.17
HSV275°92°31°
CMYK 0.390.920.00   0.69
XYZ2.69531.32317.5105
Yxy1.32310.23380.1148
Hunter Lab11.502621.6967-30.6609
CIE-Lab11.436134.2140-34.7189

#30064f color RGB value is (48,6,79).

#30064f hex color red value is 48, green value is 6 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #30064f hue: 0.76 , saturation: 0.86 and the lightness value of 30064f is 0.17.

The process color (four color CMYK) of #30064f color hex is 0.39, 0.92, 0.00, 0.69. Web safe color of #30064f is #330066. Color #30064f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 01001111
Octal 60 6 117
Decimal 48 6 79
Hex 30 6 4F

RGB Percentages of Color #30064f

%36.09
%4.51
%59.40

CMYK Percentages of Color #30064f

%39
%92
%0
%69

Triadic Colors of #30064f

#30064f #4f3006 #064f30

Analogous Colors of #30064f

#30064f #4f064a #0c064f

Monochromatic Colors of #30064f

#30064f

Complementary Color

#30064f #254f06

#30064f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30064f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30064f Color CSS Codes

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

#30064f Text Font Color

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

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


#30064f Background Color

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

This div background color is #30064f


#30064f Border Color

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

This div border color is #30064f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30064f


Comments

No comments written yet.

Please login to write comment.