Color Hex Logo

#3525ad Color Hex

#3525AD
(53,37,173)
0 Favorites   0 Comments

Color spaces of #3525ad

RGB 5337173
HSL0.690.650.41
HSV247°79°68°
CMYK 0.690.790.00   0.32
XYZ9.67265.097140.0092
Yxy5.09710.17660.0930
Hunter Lab22.576836.9657-89.2665
CIE-Lab27.009648.0517-69.0961

#3525ad color RGB value is (53,37,173).

#3525ad hex color red value is 53, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3525ad hue: 0.69 , saturation: 0.65 and the lightness value of 3525ad is 0.41.

The process color (four color CMYK) of #3525ad color hex is 0.69, 0.79, 0.00, 0.32. Web safe color of #3525ad is #333399. Color #3525ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100101 10101101
Octal 65 45 255
Decimal 53 37 173
Hex 35 25 AD

RGB Percentages of Color #3525ad

%20.15
%14.07
%65.78

CMYK Percentages of Color #3525ad

%69
%79
%0
%32

Triadic Colors of #3525ad

#3525ad #ad3525 #25ad35

Analogous Colors of #3525ad

#3525ad #7925ad #2559ad

Monochromatic Colors of #3525ad

#3525ad

Complementary Color

#3525ad #9dad25

#3525ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3525ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3525ad Color CSS Codes

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

#3525ad Text Font Color

<p style="color:#3525ad">Text here</p>

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


#3525ad Background Color

<div style="background-color:#3525ad">
Div content here</div>

This div background color is #3525ad


#3525ad Border Color

<div style="border:3px solid #3525ad">
Div here</div>

This div border color is #3525ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,37,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3525ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3525ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3525ad;
  box-shadow:         1px 1px 3px 2px #3525ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3525ad


Comments

No comments written yet.

Please login to write comment.