Color Hex Logo

#5355fd Color Hex

#5355FD
(83,85,253)
0 Favorites   0 Comments

Color spaces of #5355fd

RGB 8385253
HSL0.660.980.66
HSV239°67°99°
CMYK 0.670.660.00   0.01
XYZ24.545415.427894.6127
Yxy15.42780.18240.1146
Hunter Lab39.278242.8097-115.3219
CIE-Lab46.214650.2389-83.5838

#5355fd color RGB value is (83,85,253).

#5355fd hex color red value is 83, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5355fd hue: 0.66 , saturation: 0.98 and the lightness value of 5355fd is 0.66.

The process color (four color CMYK) of #5355fd color hex is 0.67, 0.66, 0.00, 0.01. Web safe color of #5355fd is #6666ff. Color #5355fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010101 11111101
Octal 123 125 375
Decimal 83 85 253
Hex 53 55 FD

RGB Percentages of Color #5355fd

%19.71
%20.19
%60.10

CMYK Percentages of Color #5355fd

%67
%66
%0
%1

Triadic Colors of #5355fd

#5355fd #fd5355 #55fd53

Analogous Colors of #5355fd

#5355fd #a653fd #53aafd

Monochromatic Colors of #5355fd

#5355fd

Complementary Color

#5355fd #fdfb53

#5355fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5355fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5355fd Color CSS Codes

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

#5355fd Text Font Color

<p style="color:#5355fd">Text here</p>

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


#5355fd Background Color

<div style="background-color:#5355fd">
Div content here</div>

This div background color is #5355fd


#5355fd Border Color

<div style="border:3px solid #5355fd">
Div here</div>

This div border color is #5355fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,85,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5355fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5355fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5355fd;
  box-shadow:         1px 1px 3px 2px #5355fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,85,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 #5355fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5355fd


Comments

No comments written yet.

Please login to write comment.