Color Hex Logo

#3527af Color Hex

#3527AF
(53,39,175)
0 Favorites   0 Comments

Color spaces of #3527af

RGB 5339175
HSL0.680.640.42
HSV246°78°69°
CMYK 0.700.780.00   0.31
XYZ9.93165.303141.0576
Yxy5.30310.17640.0942
Hunter Lab23.028536.6828-89.5886
CIE-Lab27.581447.6524-69.3508

#3527af color RGB value is (53,39,175).

#3527af hex color red value is 53, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3527af hue: 0.68 , saturation: 0.64 and the lightness value of 3527af is 0.42.

The process color (four color CMYK) of #3527af color hex is 0.70, 0.78, 0.00, 0.31. Web safe color of #3527af is #333399. Color #3527af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 10101111
Octal 65 47 257
Decimal 53 39 175
Hex 35 27 AF

RGB Percentages of Color #3527af

%19.85
%14.61
%65.54

CMYK Percentages of Color #3527af

%70
%78
%0
%31

Triadic Colors of #3527af

#3527af #af3527 #27af35

Analogous Colors of #3527af

#3527af #7927af #275daf

Monochromatic Colors of #3527af

#3527af

Complementary Color

#3527af #a1af27

#3527af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3527af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3527af Color CSS Codes

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

#3527af Text Font Color

<p style="color:#3527af">Text here</p>

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


#3527af Background Color

<div style="background-color:#3527af">
Div content here</div>

This div background color is #3527af


#3527af Border Color

<div style="border:3px solid #3527af">
Div here</div>

This div border color is #3527af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,39,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3527af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3527af;
  -webkit-box-shadow: 1px 1px 3px 2px #3527af;
  box-shadow:         1px 1px 3px 2px #3527af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3527af


Comments

No comments written yet.

Please login to write comment.