Color Hex Logo

#334dad Color Hex

#334DAD
(51,77,173)
0 Favorites   0 Comments

Color spaces of #334dad

RGB 5177173
HSL0.630.540.44
HSV227°71°68°
CMYK 0.710.550.00   0.32
XYZ11.56199.028740.6685
Yxy9.02870.18870.1474
Hunter Lab30.047816.1002-59.2132
CIE-Lab36.039523.4342-54.3100

#334dad color RGB value is (51,77,173).

#334dad hex color red value is 51, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #334dad hue: 0.63 , saturation: 0.54 and the lightness value of 334dad is 0.44.

The process color (four color CMYK) of #334dad color hex is 0.71, 0.55, 0.00, 0.32. Web safe color of #334dad is #336699. Color #334dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 10101101
Octal 63 115 255
Decimal 51 77 173
Hex 33 4D AD

RGB Percentages of Color #334dad

%16.94
%25.58
%57.48

CMYK Percentages of Color #334dad

%71
%55
%0
%32

Triadic Colors of #334dad

#334dad #ad334d #4dad33

Analogous Colors of #334dad

#334dad #5633ad #338aad

Monochromatic Colors of #334dad

#334dad

Complementary Color

#334dad #ad9333

#334dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#334dad Color CSS Codes

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

#334dad Text Font Color

<p style="color:#334dad">Text here</p>

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


#334dad Background Color

<div style="background-color:#334dad">
Div content here</div>

This div background color is #334dad


#334dad Border Color

<div style="border:3px solid #334dad">
Div here</div>

This div border color is #334dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,77,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334dad;
  -webkit-box-shadow: 1px 1px 3px 2px #334dad;
  box-shadow:         1px 1px 3px 2px #334dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,77,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 #334dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334dad


Comments

No comments written yet.

Please login to write comment.