Color Hex Logo

#30085e Color Hex

#30085E
(48,8,94)
0 Favorites   0 Comments

Color spaces of #30085e

RGB 48894
HSL0.740.840.20
HSV268°91°37°
CMYK 0.490.910.00   0.63
XYZ3.32611.610210.7252
Yxy1.61020.21240.1028
Hunter Lab12.689424.5815-41.2300
CIE-Lab13.292237.2851-41.8622

#30085e color RGB value is (48,8,94).

#30085e hex color red value is 48, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30085e hue: 0.74 , saturation: 0.84 and the lightness value of 30085e is 0.20.

The process color (four color CMYK) of #30085e color hex is 0.49, 0.91, 0.00, 0.63. Web safe color of #30085e is #330066. Color #30085e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 01011110
Octal 60 10 136
Decimal 48 8 94
Hex 30 8 5E

RGB Percentages of Color #30085e

%32.00
%5.33
%62.67

CMYK Percentages of Color #30085e

%49
%91
%0
%63

Triadic Colors of #30085e

#30085e #5e3008 #085e30

Analogous Colors of #30085e

#30085e #5b085e #080b5e

Monochromatic Colors of #30085e

#30085e

Complementary Color

#30085e #365e08

#30085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30085e Color CSS Codes

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

#30085e Text Font Color

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

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


#30085e Background Color

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

This div background color is #30085e


#30085e Border Color

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

This div border color is #30085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30085e


Comments

No comments written yet.

Please login to write comment.