Color Hex Logo

#300666 Color Hex

#300666
(48,6,102)
0 Favorites   0 Comments

Color spaces of #300666

RGB 486102
HSL0.740.890.21
HSV266°94°40°
CMYK 0.530.940.00   0.60
XYZ3.68231.717912.7079
Yxy1.71790.20340.0949
Hunter Lab13.106927.2115-48.3104
CIE-Lab13.931240.1719-46.1335

#300666 color RGB value is (48,6,102).

#300666 hex color red value is 48, green value is 6 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #300666 hue: 0.74 , saturation: 0.89 and the lightness value of 300666 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 01100110
Octal 60 6 146
Decimal 48 6 102
Hex 30 6 66

RGB Percentages of Color #300666

%30.77
%3.85
%65.38

CMYK Percentages of Color #300666

%53
%94
%0
%60

Triadic Colors of #300666

#300666 #663006 #066630

Analogous Colors of #300666

#300666 #600666 #060c66

Monochromatic Colors of #300666

#300666

Complementary Color

#300666 #3c6606

#300666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300666 Color CSS Codes

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

#300666 Text Font Color

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

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


#300666 Background Color

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

This div background color is #300666


#300666 Border Color

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

This div border color is #300666


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,6,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 #300666">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300666


Comments

No comments written yet.

Please login to write comment.