Color Hex Logo

#30034f Color Hex

#30034F
(48,3,79)
0 Favorites   0 Comments

Color spaces of #30034f

RGB 48379
HSL0.770.930.16
HSV276°96°31°
CMYK 0.390.960.00   0.69
XYZ2.66281.25807.4996
Yxy1.25800.23320.1102
Hunter Lab11.216122.7495-31.7929
CIE-Lab10.978535.5709-35.4681

#30034f color RGB value is (48,3,79).

#30034f hex color red value is 48, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #30034f hue: 0.77 , saturation: 0.93 and the lightness value of 30034f is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 01001111
Octal 60 3 117
Decimal 48 3 79
Hex 30 3 4F

RGB Percentages of Color #30034f

%36.92
%2.31
%60.77

CMYK Percentages of Color #30034f

%39
%96
%0
%69

Triadic Colors of #30034f

#30034f #4f3003 #034f30

Analogous Colors of #30034f

#30034f #4f0348 #0a034f

Monochromatic Colors of #30034f

#30034f

Complementary Color

#30034f #224f03

#30034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30034f Color CSS Codes

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

#30034f Text Font Color

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

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


#30034f Background Color

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

This div background color is #30034f


#30034f Border Color

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

This div border color is #30034f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,3,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 #30034f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30034f


Comments

No comments written yet.

Please login to write comment.