Color Hex Logo

#355dfd Color Hex

#355DFD
(53,93,253)
0 Favorites   0 Comments

Color spaces of #355dfd

RGB 5393253
HSL0.630.980.60
HSV228°79°99°
CMYK 0.790.630.00   0.01
XYZ23.112215.677494.7364
Yxy15.67740.17310.1174
Hunter Lab39.594734.9032-114.1442
CIE-Lab46.548442.4786-83.0915

#355dfd color RGB value is (53,93,253).

#355dfd hex color red value is 53, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #355dfd hue: 0.63 , saturation: 0.98 and the lightness value of 355dfd is 0.60.

The process color (four color CMYK) of #355dfd color hex is 0.79, 0.63, 0.00, 0.01. Web safe color of #355dfd is #3366ff. Color #355dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 11111101
Octal 65 135 375
Decimal 53 93 253
Hex 35 5D FD

RGB Percentages of Color #355dfd

%13.28
%23.31
%63.41

CMYK Percentages of Color #355dfd

%79
%63
%0
%1

Triadic Colors of #355dfd

#355dfd #fd355d #5dfd35

Analogous Colors of #355dfd

#355dfd #7135fd #35c1fd

Monochromatic Colors of #355dfd

#355dfd

Complementary Color

#355dfd #fdd535

#355dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#355dfd Color CSS Codes

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

#355dfd Text Font Color

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

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


#355dfd Background Color

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

This div background color is #355dfd


#355dfd Border Color

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

This div border color is #355dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355dfd


Comments

No comments written yet.

Please login to write comment.