Color Hex Logo

#3528fd Color Hex

#3528FD
(53,40,253)
0 Favorites   0 Comments

Color spaces of #3528fd

RGB 5340253
HSL0.680.980.57
HSV244°84°99°
CMYK 0.790.840.00   0.01
XYZ19.95669.366393.6846
Yxy9.36630.16220.0761
Hunter Lab30.604462.8390-160.0723
CIE-Lab36.680270.1101-99.3964

#3528fd color RGB value is (53,40,253).

#3528fd hex color red value is 53, green value is 40 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3528fd hue: 0.68 , saturation: 0.98 and the lightness value of 3528fd is 0.57.

The process color (four color CMYK) of #3528fd color hex is 0.79, 0.84, 0.00, 0.01. Web safe color of #3528fd is #3333ff. Color #3528fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 11111101
Octal 65 50 375
Decimal 53 40 253
Hex 35 28 FD

RGB Percentages of Color #3528fd

%15.32
%11.56
%73.12

CMYK Percentages of Color #3528fd

%79
%84
%0
%1

Triadic Colors of #3528fd

#3528fd #fd3528 #28fd35

Analogous Colors of #3528fd

#3528fd #a028fd #2886fd

Monochromatic Colors of #3528fd

#3528fd

Complementary Color

#3528fd #f0fd28

#3528fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3528fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3528fd Color CSS Codes

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

#3528fd Text Font Color

<p style="color:#3528fd">Text here</p>

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


#3528fd Background Color

<div style="background-color:#3528fd">
Div content here</div>

This div background color is #3528fd


#3528fd Border Color

<div style="border:3px solid #3528fd">
Div here</div>

This div border color is #3528fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,40,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3528fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3528fd;
  -webkit-box-shadow: 1px 1px 3px 2px #3528fd;
  box-shadow:         1px 1px 3px 2px #3528fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3528fd

Related Colors

#3528fd Color Palettes


Comments

No comments written yet.

Please login to write comment.