Color Hex Logo

#30189f Color Hex

#30189F
(48,24,159)
0 Favorites   0 Comments

Color spaces of #30189f

RGB 4824159
HSL0.700.740.36
HSV251°85°62°
CMYK 0.700.850.00   0.38
XYZ7.80363.784833.1201
Yxy3.78480.17450.0847
Hunter Lab19.454637.5543-87.3191
CIE-Lab22.946849.4402-67.3559

#30189f color RGB value is (48,24,159).

#30189f hex color red value is 48, green value is 24 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #30189f hue: 0.70 , saturation: 0.74 and the lightness value of 30189f is 0.36.

The process color (four color CMYK) of #30189f color hex is 0.70, 0.85, 0.00, 0.38. Web safe color of #30189f is #330099. Color #30189f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 10011111
Octal 60 30 237
Decimal 48 24 159
Hex 30 18 9F

RGB Percentages of Color #30189f

%20.78
%10.39
%68.83

CMYK Percentages of Color #30189f

%70
%85
%0
%38

Triadic Colors of #30189f

#30189f #9f3018 #189f30

Analogous Colors of #30189f

#30189f #74189f #18439f

Monochromatic Colors of #30189f

#30189f

Complementary Color

#30189f #879f18

#30189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30189f Color CSS Codes

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

#30189f Text Font Color

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

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


#30189f Background Color

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

This div background color is #30189f


#30189f Border Color

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

This div border color is #30189f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30189f


Comments

No comments written yet.

Please login to write comment.