Color Hex Logo

#3508aa Color Hex

#3508AA
(53,8,170)
0 Favorites   0 Comments

Color spaces of #3508aa

RGB 538170
HSL0.710.910.35
HSV257°95°67°
CMYK 0.690.950.00   0.33
XYZ8.81073.832838.3056
Yxy3.83280.17290.0752
Hunter Lab19.577546.0717-102.3031
CIE-Lab23.110857.7065-73.7555

#3508aa color RGB value is (53,8,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 10101010
Octal 65 10 252
Decimal 53 8 170
Hex 35 8 AA

RGB Percentages of Color #3508aa

%22.94
%3.46
%73.59

CMYK Percentages of Color #3508aa

%69
%95
%0
%33

Triadic Colors of #3508aa

#3508aa #aa3508 #08aa35

Analogous Colors of #3508aa

#3508aa #8608aa #082caa

Monochromatic Colors of #3508aa

#3508aa

Complementary Color

#3508aa #7daa08

#3508aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3508aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3508aa Color CSS Codes

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

#3508aa Text Font Color

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

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


#3508aa Background Color

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

This div background color is #3508aa


#3508aa Border Color

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

This div border color is #3508aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,8,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 #3508aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3508aa


Comments

No comments written yet.

Please login to write comment.