Color Hex Logo

#3553dc Color Hex

#3553DC
(53,83,220)
0 Favorites   0 Comments

Color spaces of #3553dc

RGB 5383220
HSL0.640.700.54
HSV229°76°86°
CMYK 0.760.620.00   0.14
XYZ17.479712.110769.1265
Yxy12.11070.17710.1227
Hunter Lab34.800428.7569-93.4115
CIE-Lab41.391536.9609-72.9421

#3553dc color RGB value is (53,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 11011100
Octal 65 123 334
Decimal 53 83 220
Hex 35 53 DC

RGB Percentages of Color #3553dc

%14.89
%23.31
%61.80

CMYK Percentages of Color #3553dc

%76
%62
%0
%14

Triadic Colors of #3553dc

#3553dc #dc3553 #53dc35

Analogous Colors of #3553dc

#3553dc #6b35dc #35a7dc

Monochromatic Colors of #3553dc

#3553dc

Complementary Color

#3553dc #dcbe35

#3553dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3553dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3553dc Color CSS Codes

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

#3553dc Text Font Color

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

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


#3553dc Background Color

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

This div background color is #3553dc


#3553dc Border Color

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

This div border color is #3553dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3553dc


Comments

No comments written yet.

Please login to write comment.