Color Hex Logo

#30188e Color Hex

#30188E
(48,24,142)
0 Favorites   0 Comments

Color spaces of #30188e

RGB 4824142
HSL0.700.710.33
HSV252°83°56°
CMYK 0.660.830.00   0.44
XYZ6.42803.234625.8767
Yxy3.23460.18090.0910
Hunter Lab17.985032.3238-72.7166
CIE-Lab20.960044.4014-60.1593

#30188e color RGB value is (48,24,142).

#30188e hex color red value is 48, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30188e hue: 0.70 , saturation: 0.71 and the lightness value of 30188e is 0.33.

The process color (four color CMYK) of #30188e color hex is 0.66, 0.83, 0.00, 0.44. Web safe color of #30188e is #330099. Color #30188e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 10001110
Octal 60 30 216
Decimal 48 24 142
Hex 30 18 8E

RGB Percentages of Color #30188e

%22.43
%11.21
%66.36

CMYK Percentages of Color #30188e

%66
%83
%0
%44

Triadic Colors of #30188e

#30188e #8e3018 #188e30

Analogous Colors of #30188e

#30188e #6b188e #183b8e

Monochromatic Colors of #30188e

#30188e

Complementary Color

#30188e #768e18

#30188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30188e Color CSS Codes

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

#30188e Text Font Color

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

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


#30188e Background Color

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

This div background color is #30188e


#30188e Border Color

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

This div border color is #30188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30188e


Comments

No comments written yet.

Please login to write comment.