Color Hex Logo

#300066 Color Hex

#300066
(48,0,102)
0 Favorites   0 Comments

Color spaces of #300066

RGB 480102
HSL0.751.000.20
HSV268°100°40°
CMYK 0.531.000.00   0.60
XYZ3.61721.587712.6862
Yxy1.58770.20220.0887
Hunter Lab12.600429.1914-50.8735
CIE-Lab13.155142.5143-47.4160

#300066 color RGB value is (48,0,102).

#300066 hex color red value is 48, green value is 0 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #300066 hue: 0.75 , saturation: 1.00 and the lightness value of 300066 is 0.20.

The process color (four color CMYK) of #300066 color hex is 0.53, 1.00, 0.00, 0.60. Web safe color of #300066 is #330066. Color #300066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 01100110
Octal 60 0 146
Decimal 48 0 102
Hex 30 0 66

RGB Percentages of Color #300066

%32.00
%0.00
%68.00

CMYK Percentages of Color #300066

%53
%100
%0
%60

Triadic Colors of #300066

#300066 #663000 #006630

Analogous Colors of #300066

#300066 #630066 #000366

Monochromatic Colors of #300066

#300066

Complementary Color

#300066 #366600

#300066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300066 Color CSS Codes

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

#300066 Text Font Color

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

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


#300066 Background Color

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

This div background color is #300066


#300066 Border Color

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

This div border color is #300066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300066


Comments

No comments written yet.

Please login to write comment.