Color Hex Logo

#033cad Color Hex

#033CAD
(3,60,173)
0 Favorites   0 Comments

Color spaces of #033cad

RGB 360173
HSL0.610.970.35
HSV220°98°68°
CMYK 0.980.650.00   0.32
XYZ9.19626.268240.2604
Yxy6.26820.16500.1125
Hunter Lab25.036421.7518-77.8174
CIE-Lab30.079330.9233-64.1028

#033cad color RGB value is (3,60,173).

#033cad hex color red value is 3, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #033cad hue: 0.61 , saturation: 0.97 and the lightness value of 033cad is 0.35.

The process color (four color CMYK) of #033cad color hex is 0.98, 0.65, 0.00, 0.32. Web safe color of #033cad is #003399. Color #033cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111100 10101101
Octal 3 74 255
Decimal 3 60 173
Hex 3 3C AD

RGB Percentages of Color #033cad

%1.27
%25.42
%73.31

CMYK Percentages of Color #033cad

%98
%65
%0
%32

Triadic Colors of #033cad

#033cad #ad033c #3cad03

Analogous Colors of #033cad

#033cad #1f03ad #0391ad

Monochromatic Colors of #033cad

#033cad

Complementary Color

#033cad #ad7403

#033cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#033cad Color CSS Codes

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

#033cad Text Font Color

<p style="color:#033cad">Text here</p>

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


#033cad Background Color

<div style="background-color:#033cad">
Div content here</div>

This div background color is #033cad


#033cad Border Color

<div style="border:3px solid #033cad">
Div here</div>

This div border color is #033cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,60,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #033cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #033cad;
  -webkit-box-shadow: 1px 1px 3px 2px #033cad;
  box-shadow:         1px 1px 3px 2px #033cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,60,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 #033cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033cad


Comments

No comments written yet.

Please login to write comment.