Color Hex Logo

#3575dc Color Hex

#3575DC
(53,117,220)
0 Favorites   0 Comments

Color spaces of #3575dc

RGB 53117220
HSL0.600.700.54
HSV217°76°86°
CMYK 0.760.470.00   0.14
XYZ20.747818.646870.2158
Yxy18.64680.18930.1701
Hunter Lab43.181910.1962-66.1809
CIE-Lab50.271415.4039-58.5302

#3575dc color RGB value is (53,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 11011100
Octal 65 165 334
Decimal 53 117 220
Hex 35 75 DC

RGB Percentages of Color #3575dc

%13.59
%30.00
%56.41

CMYK Percentages of Color #3575dc

%76
%47
%0
%14

Triadic Colors of #3575dc

#3575dc #dc3575 #75dc35

Analogous Colors of #3575dc

#3575dc #4935dc #35c9dc

Monochromatic Colors of #3575dc

#3575dc

Complementary Color

#3575dc #dc9c35

#3575dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3575dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3575dc Color CSS Codes

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

#3575dc Text Font Color

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

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


#3575dc Background Color

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

This div background color is #3575dc


#3575dc Border Color

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

This div border color is #3575dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,117,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 #3575dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3575dc


Comments

No comments written yet.

Please login to write comment.