Color Hex Logo

#300140 Color Hex

#300140
(48,1,64)
0 Favorites   0 Comments

Color spaces of #300140

RGB 48164
HSL0.790.970.13
HSV285°98°25°
CMYK 0.250.980.00   0.75
XYZ2.15521.02034.9338
Yxy1.02030.26580.1258
Hunter Lab10.101020.4090-21.8893
CIE-Lab9.159433.0748-27.9240

#300140 color RGB value is (48,1,64).

#300140 hex color red value is 48, green value is 1 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #300140 hue: 0.79 , saturation: 0.97 and the lightness value of 300140 is 0.13.

The process color (four color CMYK) of #300140 color hex is 0.25, 0.98, 0.00, 0.75. Web safe color of #300140 is #330033. Color #300140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000001 01000000
Octal 60 1 100
Decimal 48 1 64
Hex 30 1 40

RGB Percentages of Color #300140

%42.48
%0.88
%56.64

CMYK Percentages of Color #300140

%25
%98
%0
%75

Triadic Colors of #300140

#300140 #403001 #014030

Analogous Colors of #300140

#300140 #400131 #110140

Monochromatic Colors of #300140

#300140

Complementary Color

#300140 #114001

#300140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300140 Color CSS Codes

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

#300140 Text Font Color

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

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


#300140 Background Color

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

This div background color is #300140


#300140 Border Color

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

This div border color is #300140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300140


Comments

No comments written yet.

Please login to write comment.