Color Hex Logo

#3520cc Color Hex

#3520CC
(53,32,204)
0 Favorites   0 Comments

Color spaces of #3520cc

RGB 5332204
HSL0.690.730.46
HSV247°84°80°
CMYK 0.740.840.00   0.20
XYZ12.88386.149557.6347
Yxy6.14950.16800.0802
Hunter Lab24.798249.3422-120.4401
CIE-Lab29.786659.4896-82.8426

#3520cc color RGB value is (53,32,204).

#3520cc hex color red value is 53, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3520cc hue: 0.69 , saturation: 0.73 and the lightness value of 3520cc is 0.46.

The process color (four color CMYK) of #3520cc color hex is 0.74, 0.84, 0.00, 0.20. Web safe color of #3520cc is #3333cc. Color #3520cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 11001100
Octal 65 40 314
Decimal 53 32 204
Hex 35 20 CC

RGB Percentages of Color #3520cc

%18.34
%11.07
%70.59

CMYK Percentages of Color #3520cc

%74
%84
%0
%20

Triadic Colors of #3520cc

#3520cc #cc3520 #20cc35

Analogous Colors of #3520cc

#3520cc #8b20cc #2061cc

Monochromatic Colors of #3520cc

#3520cc

Complementary Color

#3520cc #b7cc20

#3520cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3520cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3520cc Color CSS Codes

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

#3520cc Text Font Color

<p style="color:#3520cc">Text here</p>

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


#3520cc Background Color

<div style="background-color:#3520cc">
Div content here</div>

This div background color is #3520cc


#3520cc Border Color

<div style="border:3px solid #3520cc">
Div here</div>

This div border color is #3520cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,32,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3520cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3520cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3520cc;
  box-shadow:         1px 1px 3px 2px #3520cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3520cc


Comments

No comments written yet.

Please login to write comment.