Color Hex Logo

#303aad Color Hex

#303AAD
(48,58,173)
0 Favorites   0 Comments

Color spaces of #303aad

RGB 4858173
HSL0.650.570.43
HSV235°72°68°
CMYK 0.720.660.00   0.32
XYZ10.27486.671640.2814
Yxy6.67160.17950.1166
Hunter Lab25.829425.8047-74.3830
CIE-Lab31.047335.3953-62.4588

#303aad color RGB value is (48,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 10101101
Octal 60 72 255
Decimal 48 58 173
Hex 30 3A AD

RGB Percentages of Color #303aad

%17.20
%20.79
%62.01

CMYK Percentages of Color #303aad

%72
%66
%0
%32

Triadic Colors of #303aad

#303aad #ad303a #3aad30

Analogous Colors of #303aad

#303aad #6530ad #3079ad

Monochromatic Colors of #303aad

#303aad

Complementary Color

#303aad #ada330

#303aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#303aad Color CSS Codes

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

#303aad Text Font Color

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

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


#303aad Background Color

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

This div background color is #303aad


#303aad Border Color

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

This div border color is #303aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303aad


Comments

No comments written yet.

Please login to write comment.