Color Hex Logo

#3553de Color Hex

#3553DE
(53,83,222)
0 Favorites   0 Comments

Color spaces of #3553de

RGB 5383222
HSL0.640.720.54
HSV229°76°87°
CMYK 0.760.630.00   0.13
XYZ17.746312.217370.5301
Yxy12.21730.17660.1216
Hunter Lab34.953329.4590-95.1705
CIE-Lab41.559437.6755-73.8082

#3553de color RGB value is (53,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 11011110
Octal 65 123 336
Decimal 53 83 222
Hex 35 53 DE

RGB Percentages of Color #3553de

%14.80
%23.18
%62.01

CMYK Percentages of Color #3553de

%76
%63
%0
%13

Triadic Colors of #3553de

#3553de #de3553 #53de35

Analogous Colors of #3553de

#3553de #6c35de #35a8de

Monochromatic Colors of #3553de

#3553de

Complementary Color

#3553de #dec035

#3553de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3553de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3553de Color CSS Codes

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

#3553de Text Font Color

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

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


#3553de Background Color

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

This div background color is #3553de


#3553de Border Color

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

This div border color is #3553de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3553de


Comments

No comments written yet.

Please login to write comment.