Color Hex Logo

#303dac Color Hex

#303DAC
(48,61,172)
0 Favorites   0 Comments

Color spaces of #303dac

RGB 4861172
HSL0.650.560.43
HSV234°72°67°
CMYK 0.720.650.00   0.33
XYZ10.33416.944439.8255
Yxy6.94440.18100.1216
Hunter Lab26.352223.8829-71.1570
CIE-Lab31.680033.1254-60.8242

#303dac color RGB value is (48,61,172).

#303dac hex color red value is 48, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #303dac hue: 0.65 , saturation: 0.56 and the lightness value of 303dac is 0.43.

The process color (four color CMYK) of #303dac color hex is 0.72, 0.65, 0.00, 0.33. Web safe color of #303dac is #333399. Color #303dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 10101100
Octal 60 75 254
Decimal 48 61 172
Hex 30 3D AC

RGB Percentages of Color #303dac

%17.08
%21.71
%61.21

CMYK Percentages of Color #303dac

%72
%65
%0
%33

Triadic Colors of #303dac

#303dac #ac303d #3dac30

Analogous Colors of #303dac

#303dac #6130ac #307bac

Monochromatic Colors of #303dac

#303dac

Complementary Color

#303dac #ac9f30

#303dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dac Color CSS Codes

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

#303dac Text Font Color

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

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


#303dac Background Color

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

This div background color is #303dac


#303dac Border Color

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

This div border color is #303dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,61,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303dac;
  -webkit-box-shadow: 1px 1px 3px 2px #303dac;
  box-shadow:         1px 1px 3px 2px #303dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dac


Comments

No comments written yet.

Please login to write comment.