Color Hex Logo

#30087f Color Hex

#30087F
(48,8,127)
0 Favorites   0 Comments

Color spaces of #30087f

RGB 488127
HSL0.720.880.26
HSV260°94°50°
CMYK 0.620.940.00   0.50
XYZ5.13652.334420.2585
Yxy2.33440.18520.0842
Hunter Lab15.278733.2714-67.9191
CIE-Lab17.152546.1380-57.0176

#30087f color RGB value is (48,8,127).

#30087f hex color red value is 48, green value is 8 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #30087f hue: 0.72 , saturation: 0.88 and the lightness value of 30087f is 0.26.

The process color (four color CMYK) of #30087f color hex is 0.62, 0.94, 0.00, 0.50. Web safe color of #30087f is #330066. Color #30087f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 01111111
Octal 60 10 177
Decimal 48 8 127
Hex 30 8 7F

RGB Percentages of Color #30087f

%26.23
%4.37
%69.40

CMYK Percentages of Color #30087f

%62
%94
%0
%50

Triadic Colors of #30087f

#30087f #7f3008 #087f30

Analogous Colors of #30087f

#30087f #6c087f #081c7f

Monochromatic Colors of #30087f

#30087f

Complementary Color

#30087f #577f08

#30087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30087f Color CSS Codes

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

#30087f Text Font Color

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

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


#30087f Background Color

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

This div background color is #30087f


#30087f Border Color

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

This div border color is #30087f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30087f


Comments

No comments written yet.

Please login to write comment.