Color Hex Logo

#335fac Color Hex

#335FAC
(51,95,172)
0 Favorites   0 Comments

Color spaces of #335fac

RGB 5195172
HSL0.610.540.44
HSV218°70°67°
CMYK 0.700.450.00   0.33
XYZ12.903811.866840.6401
Yxy11.86680.19730.1814
Hunter Lab34.44826.5791-45.8333
CIE-Lab41.003611.2730-45.7176

#335fac color RGB value is (51,95,172).

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

The process color (four color CMYK) of #335fac color hex is 0.70, 0.45, 0.00, 0.33. Web safe color of #335fac is #336699. Color #335fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10101100
Octal 63 137 254
Decimal 51 95 172
Hex 33 5F AC

RGB Percentages of Color #335fac

%16.04
%29.87
%54.09

CMYK Percentages of Color #335fac

%70
%45
%0
%33

Triadic Colors of #335fac

#335fac #ac335f #5fac33

Analogous Colors of #335fac

#335fac #4433ac #339cac

Monochromatic Colors of #335fac

#335fac

Complementary Color

#335fac #ac8033

#335fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fac Color CSS Codes

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

#335fac Text Font Color

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

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


#335fac Background Color

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

This div background color is #335fac


#335fac Border Color

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

This div border color is #335fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,95,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #335fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fac


Comments

No comments written yet.

Please login to write comment.