Color Hex Logo

#355ecd Color Hex

#355ECD
(53,94,205)
0 Favorites   0 Comments

Color spaces of #355ecd

RGB 5394205
HSL0.620.600.51
HSV224°74°80°
CMYK 0.740.540.00   0.20
XYZ16.490313.170159.4305
Yxy13.17010.18510.1478
Hunter Lab36.290617.6010-71.6914
CIE-Lab43.018424.4791-61.6921

#355ecd color RGB value is (53,94,205).

#355ecd hex color red value is 53, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #355ecd hue: 0.62 , saturation: 0.60 and the lightness value of 355ecd is 0.51.

The process color (four color CMYK) of #355ecd color hex is 0.74, 0.54, 0.00, 0.20. Web safe color of #355ecd is #3366cc. Color #355ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 11001101
Octal 65 136 315
Decimal 53 94 205
Hex 35 5E CD

RGB Percentages of Color #355ecd

%15.06
%26.70
%58.24

CMYK Percentages of Color #355ecd

%74
%54
%0
%20

Triadic Colors of #355ecd

#355ecd #cd355e #5ecd35

Analogous Colors of #355ecd

#355ecd #5835cd #35aacd

Monochromatic Colors of #355ecd

#355ecd

Complementary Color

#355ecd #cda435

#355ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ecd Color CSS Codes

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

#355ecd Text Font Color

<p style="color:#355ecd">Text here</p>

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


#355ecd Background Color

<div style="background-color:#355ecd">
Div content here</div>

This div background color is #355ecd


#355ecd Border Color

<div style="border:3px solid #355ecd">
Div here</div>

This div border color is #355ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,94,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #355ecd;
  box-shadow:         1px 1px 3px 2px #355ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ecd


Comments

No comments written yet.

Please login to write comment.