Color Hex Logo

#3511aa Color Hex

#3511AA
(53,17,170)
0 Favorites   0 Comments

Color spaces of #3511aa

RGB 5317170
HSL0.710.820.37
HSV254°90°67°
CMYK 0.690.900.00   0.33
XYZ8.92434.060138.3435
Yxy4.06010.17390.0791
Hunter Lab20.149743.7957-98.7201
CIE-Lab23.869155.4062-72.4945

#3511aa color RGB value is (53,17,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 10101010
Octal 65 21 252
Decimal 53 17 170
Hex 35 11 AA

RGB Percentages of Color #3511aa

%22.08
%7.08
%70.83

CMYK Percentages of Color #3511aa

%69
%90
%0
%33

Triadic Colors of #3511aa

#3511aa #aa3511 #11aa35

Analogous Colors of #3511aa

#3511aa #8211aa #113aaa

Monochromatic Colors of #3511aa

#3511aa

Complementary Color

#3511aa #86aa11

#3511aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3511aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3511aa Color CSS Codes

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

#3511aa Text Font Color

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

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


#3511aa Background Color

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

This div background color is #3511aa


#3511aa Border Color

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

This div border color is #3511aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3511aa


Comments

No comments written yet.

Please login to write comment.