Color Hex Logo

#300f4c Color Hex

#300F4C
(48,15,76)
0 Favorites   0 Comments

Color spaces of #300f4c

RGB 481576
HSL0.760.670.18
HSV272°80°30°
CMYK 0.370.800.00   0.70
XYZ2.69431.49186.9834
Yxy1.49180.24120.1336
Hunter Lab12.213918.0014-25.3497
CIE-Lab12.555829.3686-30.8227

#300f4c color RGB value is (48,15,76).

#300f4c hex color red value is 48, green value is 15 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #300f4c hue: 0.76 , saturation: 0.67 and the lightness value of 300f4c is 0.18.

The process color (four color CMYK) of #300f4c color hex is 0.37, 0.80, 0.00, 0.70. Web safe color of #300f4c is #330033. Color #300f4c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 01001100
Octal 60 17 114
Decimal 48 15 76
Hex 30 F 4C

RGB Percentages of Color #300f4c

%34.53
%10.79
%54.68

CMYK Percentages of Color #300f4c

%37
%80
%0
%70

Triadic Colors of #300f4c

#300f4c #4c300f #0f4c30

Analogous Colors of #300f4c

#300f4c #4c0f4a #110f4c

Monochromatic Colors of #300f4c

#300f4c

Complementary Color

#300f4c #2b4c0f

#300f4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300f4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#300f4c Color CSS Codes

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

#300f4c Text Font Color

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

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


#300f4c Background Color

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

This div background color is #300f4c


#300f4c Border Color

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

This div border color is #300f4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300f4c


Comments

No comments written yet.

Please login to write comment.