Color Hex Logo

#300566 Color Hex

#300566
(48,5,102)
0 Favorites   0 Comments

Color spaces of #300566

RGB 485102
HSL0.740.910.21
HSV267°95°40°
CMYK 0.530.950.00   0.60
XYZ3.67151.696212.7043
Yxy1.69620.20320.0939
Hunter Lab13.023827.5286-48.7187
CIE-Lab13.804640.5519-46.3425

#300566 color RGB value is (48,5,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 01100110
Octal 60 5 146
Decimal 48 5 102
Hex 30 5 66

RGB Percentages of Color #300566

%30.97
%3.23
%65.81

CMYK Percentages of Color #300566

%53
%95
%0
%60

Triadic Colors of #300566

#300566 #663005 #056630

Analogous Colors of #300566

#300566 #610566 #050a66

Monochromatic Colors of #300566

#300566

Complementary Color

#300566 #3b6605

#300566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300566 Color CSS Codes

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

#300566 Text Font Color

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

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


#300566 Background Color

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

This div background color is #300566


#300566 Border Color

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

This div border color is #300566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300566


Comments

No comments written yet.

Please login to write comment.