Color Hex Logo

#3511ab Color Hex

#3511AB
(53,17,171)
0 Favorites   0 Comments

Color spaces of #3511ab

RGB 5317171
HSL0.710.820.37
HSV254°90°67°
CMYK 0.690.900.00   0.33
XYZ9.01934.098138.8437
Yxy4.09810.17360.0789
Hunter Lab20.243844.1014-99.5949
CIE-Lab23.993155.6753-72.8922

#3511ab color RGB value is (53,17,171).

#3511ab hex color red value is 53, green value is 17 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3511ab hue: 0.71 , saturation: 0.82 and the lightness value of 3511ab is 0.37.

The process color (four color CMYK) of #3511ab color hex is 0.69, 0.90, 0.00, 0.33. Web safe color of #3511ab is #330099. Color #3511ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 10101011
Octal 65 21 253
Decimal 53 17 171
Hex 35 11 AB

RGB Percentages of Color #3511ab

%21.99
%7.05
%70.95

CMYK Percentages of Color #3511ab

%69
%90
%0
%33

Triadic Colors of #3511ab

#3511ab #ab3511 #11ab35

Analogous Colors of #3511ab

#3511ab #8211ab #113aab

Monochromatic Colors of #3511ab

#3511ab

Complementary Color

#3511ab #87ab11

#3511ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3511ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3511ab Color CSS Codes

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

#3511ab Text Font Color

<p style="color:#3511ab">Text here</p>

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


#3511ab Background Color

<div style="background-color:#3511ab">
Div content here</div>

This div background color is #3511ab


#3511ab Border Color

<div style="border:3px solid #3511ab">
Div here</div>

This div border color is #3511ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,17,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3511ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3511ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3511ab;
  box-shadow:         1px 1px 3px 2px #3511ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,17,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3511ab


Comments

No comments written yet.

Please login to write comment.