Color Hex Logo

#300d66 Color Hex

#300D66
(48,13,102)
0 Favorites   0 Comments

Color spaces of #300d66

RGB 4813102
HSL0.730.770.23
HSV264°87°40°
CMYK 0.530.870.00   0.60
XYZ3.76111.875512.7342
Yxy1.87550.20470.1021
Hunter Lab13.694925.0563-45.5444
CIE-Lab14.819837.5399-44.6687

#300d66 color RGB value is (48,13,102).

#300d66 hex color red value is 48, green value is 13 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #300d66 hue: 0.73 , saturation: 0.77 and the lightness value of 300d66 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001101 01100110
Octal 60 15 146
Decimal 48 13 102
Hex 30 D 66

RGB Percentages of Color #300d66

%29.45
%7.98
%62.58

CMYK Percentages of Color #300d66

%53
%87
%0
%60

Triadic Colors of #300d66

#300d66 #66300d #0d6630

Analogous Colors of #300d66

#300d66 #5d0d66 #0d1666

Monochromatic Colors of #300d66

#300d66

Complementary Color

#300d66 #43660d

#300d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300d66 Color CSS Codes

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

#300d66 Text Font Color

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

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


#300d66 Background Color

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

This div background color is #300d66


#300d66 Border Color

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

This div border color is #300d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300d66


Comments

No comments written yet.

Please login to write comment.