Color Hex Logo

#3505ae Color Hex

#3505AE
(53,5,174)
0 Favorites   0 Comments

Color spaces of #3505ae

RGB 535174
HSL0.710.940.35
HSV257°97°68°
CMYK 0.700.970.00   0.32
XYZ9.16253.921440.3184
Yxy3.92140.17160.0734
Hunter Lab19.802547.9364-106.8540
CIE-Lab23.409959.3900-75.6707

#3505ae color RGB value is (53,5,174).

#3505ae hex color red value is 53, green value is 5 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3505ae hue: 0.71 , saturation: 0.94 and the lightness value of 3505ae is 0.35.

The process color (four color CMYK) of #3505ae color hex is 0.70, 0.97, 0.00, 0.32. Web safe color of #3505ae is #330099. Color #3505ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000101 10101110
Octal 65 5 256
Decimal 53 5 174
Hex 35 5 AE

RGB Percentages of Color #3505ae

%22.84
%2.16
%75.00

CMYK Percentages of Color #3505ae

%70
%97
%0
%32

Triadic Colors of #3505ae

#3505ae #ae3505 #05ae35

Analogous Colors of #3505ae

#3505ae #8a05ae #052aae

Monochromatic Colors of #3505ae

#3505ae

Complementary Color

#3505ae #7eae05

#3505ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3505ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3505ae Color CSS Codes

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

#3505ae Text Font Color

<p style="color:#3505ae">Text here</p>

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


#3505ae Background Color

<div style="background-color:#3505ae">
Div content here</div>

This div background color is #3505ae


#3505ae Border Color

<div style="border:3px solid #3505ae">
Div here</div>

This div border color is #3505ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,5,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3505ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3505ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3505ae;
  box-shadow:         1px 1px 3px 2px #3505ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3505ae


Comments

No comments written yet.

Please login to write comment.