Color Hex Logo

#335dad Color Hex

#335DAD
(51,93,173)
0 Favorites   0 Comments

Color spaces of #335dad

RGB 5193173
HSL0.610.540.44
HSV219°71°68°
CMYK 0.710.460.00   0.32
XYZ12.822411.549641.0887
Yxy11.54960.19590.1764
Hunter Lab33.98477.8747-47.8944
CIE-Lab40.491112.9405-47.1291

#335dad color RGB value is (51,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 10101101
Octal 63 135 255
Decimal 51 93 173
Hex 33 5D AD

RGB Percentages of Color #335dad

%16.09
%29.34
%54.57

CMYK Percentages of Color #335dad

%71
%46
%0
%32

Triadic Colors of #335dad

#335dad #ad335d #5dad33

Analogous Colors of #335dad

#335dad #4633ad #339aad

Monochromatic Colors of #335dad

#335dad

Complementary Color

#335dad #ad8333

#335dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#335dad Color CSS Codes

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

#335dad Text Font Color

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

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


#335dad Background Color

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

This div background color is #335dad


#335dad Border Color

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

This div border color is #335dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335dad


Comments

No comments written yet.

Please login to write comment.