Color Hex Logo

#303fad Color Hex

#303FAD
(48,63,173)
0 Favorites   0 Comments

Color spaces of #303fad

RGB 4863173
HSL0.650.570.43
HSV233°72°68°
CMYK 0.720.640.00   0.32
XYZ10.53937.200540.3695
Yxy7.20050.18140.1239
Hunter Lab26.833723.1491-70.4140
CIE-Lab32.259132.1987-60.4741

#303fad color RGB value is (48,63,173).

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

The process color (four color CMYK) of #303fad color hex is 0.72, 0.64, 0.00, 0.32. Web safe color of #303fad is #333399. Color #303fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111111 10101101
Octal 60 77 255
Decimal 48 63 173
Hex 30 3F AD

RGB Percentages of Color #303fad

%16.90
%22.18
%60.92

CMYK Percentages of Color #303fad

%72
%64
%0
%32

Triadic Colors of #303fad

#303fad #ad303f #3fad30

Analogous Colors of #303fad

#303fad #6030ad #307ead

Monochromatic Colors of #303fad

#303fad

Complementary Color

#303fad #ad9e30

#303fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#303fad Color CSS Codes

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

#303fad Text Font Color

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

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


#303fad Background Color

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

This div background color is #303fad


#303fad Border Color

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

This div border color is #303fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303fad


Comments

No comments written yet.

Please login to write comment.