Color Hex Logo

#355ffd Color Hex

#355FFD
(53,95,253)
0 Favorites   0 Comments

Color spaces of #355ffd

RGB 5395253
HSL0.630.980.60
HSV227°79°99°
CMYK 0.790.620.00   0.01
XYZ23.290016.033294.7957
Yxy16.03320.17370.1195
Hunter Lab40.041533.7514-112.3363
CIE-Lab47.018041.2525-82.3216

#355ffd color RGB value is (53,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011111 11111101
Octal 65 137 375
Decimal 53 95 253
Hex 35 5F FD

RGB Percentages of Color #355ffd

%13.22
%23.69
%63.09

CMYK Percentages of Color #355ffd

%79
%62
%0
%1

Triadic Colors of #355ffd

#355ffd #fd355f #5ffd35

Analogous Colors of #355ffd

#355ffd #6f35fd #35c3fd

Monochromatic Colors of #355ffd

#355ffd

Complementary Color

#355ffd #fdd335

#355ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ffd Color CSS Codes

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

#355ffd Text Font Color

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

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


#355ffd Background Color

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

This div background color is #355ffd


#355ffd Border Color

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

This div border color is #355ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ffd


Comments

No comments written yet.

Please login to write comment.