Color Hex Logo

#335fad Color Hex

#335FAD
(51,95,173)
0 Favorites   0 Comments

Color spaces of #335fad

RGB 5195173
HSL0.610.540.44
HSV218°71°68°
CMYK 0.710.450.00   0.32
XYZ13.000311.905441.1479
Yxy11.90540.19680.1802
Hunter Lab34.50426.8719-46.5532
CIE-Lab41.065411.6458-46.2084

#335fad color RGB value is (51,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10101101
Octal 63 137 255
Decimal 51 95 173
Hex 33 5F AD

RGB Percentages of Color #335fad

%15.99
%29.78
%54.23

CMYK Percentages of Color #335fad

%71
%45
%0
%32

Triadic Colors of #335fad

#335fad #ad335f #5fad33

Analogous Colors of #335fad

#335fad #4433ad #339cad

Monochromatic Colors of #335fad

#335fad

Complementary Color

#335fad #ad8133

#335fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fad Color CSS Codes

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

#335fad Text Font Color

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

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


#335fad Background Color

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

This div background color is #335fad


#335fad Border Color

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

This div border color is #335fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fad


Comments

No comments written yet.

Please login to write comment.