Color Hex Logo

#355efd Color Hex

#355EFD
(53,94,253)
0 Favorites   0 Comments

Color spaces of #355efd

RGB 5394253
HSL0.630.980.60
HSV228°79°99°
CMYK 0.790.630.00   0.01
XYZ23.200515.854194.7659
Yxy15.85410.17340.1185
Hunter Lab39.817234.3274-113.2396
CIE-Lab46.782541.8664-82.7077

#355efd color RGB value is (53,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 11111101
Octal 65 136 375
Decimal 53 94 253
Hex 35 5E FD

RGB Percentages of Color #355efd

%13.25
%23.50
%63.25

CMYK Percentages of Color #355efd

%79
%63
%0
%1

Triadic Colors of #355efd

#355efd #fd355e #5efd35

Analogous Colors of #355efd

#355efd #7035fd #35c2fd

Monochromatic Colors of #355efd

#355efd

Complementary Color

#355efd #fdd435

#355efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#355efd Color CSS Codes

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

#355efd Text Font Color

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

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


#355efd Background Color

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

This div background color is #355efd


#355efd Border Color

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

This div border color is #355efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355efd

Related Colors


Comments

No comments written yet.

Please login to write comment.