Color Hex Logo

#093fad Color Hex

#093FAD
(9,63,173)
0 Favorites   0 Comments

Color spaces of #093fad

RGB 963173
HSL0.610.900.36
HSV220°95°68°
CMYK 0.950.640.00   0.32
XYZ9.43306.630240.3178
Yxy6.63020.16730.1176
Hunter Lab25.749220.3310-74.8113
CIE-Lab30.949829.1247-62.6701

#093fad color RGB value is (9,63,173).

#093fad hex color red value is 9, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #093fad hue: 0.61 , saturation: 0.90 and the lightness value of 093fad is 0.36.

The process color (four color CMYK) of #093fad color hex is 0.95, 0.64, 0.00, 0.32. Web safe color of #093fad is #003399. Color #093fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111111 10101101
Octal 11 77 255
Decimal 9 63 173
Hex 9 3F AD

RGB Percentages of Color #093fad

%3.67
%25.71
%70.61

CMYK Percentages of Color #093fad

%95
%64
%0
%32

Triadic Colors of #093fad

#093fad #ad093f #3fad09

Analogous Colors of #093fad

#093fad #2509ad #0991ad

Monochromatic Colors of #093fad

#093fad

Complementary Color

#093fad #ad7709

#093fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#093fad Color CSS Codes

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

#093fad Text Font Color

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

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


#093fad Background Color

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

This div background color is #093fad


#093fad Border Color

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

This div border color is #093fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093fad


Comments

No comments written yet.

Please login to write comment.