Color Hex Logo

#3570dc Color Hex

#3570DC
(53,112,220)
0 Favorites   0 Comments

Color spaces of #3570dc

RGB 53112220
HSL0.610.700.54
HSV219°76°86°
CMYK 0.760.490.00   0.14
XYZ20.180617.512570.0268
Yxy17.51250.18730.1626
Hunter Lab41.847912.8453-69.9201
CIE-Lab48.899418.5488-60.7405

#3570dc color RGB value is (53,112,220).

#3570dc hex color red value is 53, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3570dc hue: 0.61 , saturation: 0.70 and the lightness value of 3570dc is 0.54.

The process color (four color CMYK) of #3570dc color hex is 0.76, 0.49, 0.00, 0.14. Web safe color of #3570dc is #3366cc. Color #3570dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110000 11011100
Octal 65 160 334
Decimal 53 112 220
Hex 35 70 DC

RGB Percentages of Color #3570dc

%13.77
%29.09
%57.14

CMYK Percentages of Color #3570dc

%76
%49
%0
%14

Triadic Colors of #3570dc

#3570dc #dc3570 #70dc35

Analogous Colors of #3570dc

#3570dc #4e35dc #35c4dc

Monochromatic Colors of #3570dc

#3570dc

Complementary Color

#3570dc #dca135

#3570dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3570dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3570dc Color CSS Codes

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

#3570dc Text Font Color

<p style="color:#3570dc">Text here</p>

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


#3570dc Background Color

<div style="background-color:#3570dc">
Div content here</div>

This div background color is #3570dc


#3570dc Border Color

<div style="border:3px solid #3570dc">
Div here</div>

This div border color is #3570dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,112,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3570dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3570dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3570dc;
  box-shadow:         1px 1px 3px 2px #3570dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3570dc


Comments

No comments written yet.

Please login to write comment.