Color Hex Logo

#5510fd Color Hex

#5510FD
(85,16,253)
0 Favorites   0 Comments

Color spaces of #5510fd

RGB 8516253
HSL0.720.980.53
HSV257°94°99°
CMYK 0.660.940.00   0.01
XYZ21.66129.393793.6000
Yxy9.39370.17380.0754
Hunter Lab30.649172.5184-159.6125
CIE-Lab36.731578.1200-99.2506

#5510fd color RGB value is (85,16,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010000 11111101
Octal 125 20 375
Decimal 85 16 253
Hex 55 10 FD

RGB Percentages of Color #5510fd

%24.01
%4.52
%71.47

CMYK Percentages of Color #5510fd

%66
%94
%0
%1

Triadic Colors of #5510fd

#5510fd #fd5510 #10fd55

Analogous Colors of #5510fd

#5510fd #cc10fd #1042fd

Monochromatic Colors of #5510fd

#5510fd

Complementary Color

#5510fd #b8fd10

#5510fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5510fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5510fd Color CSS Codes

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

#5510fd Text Font Color

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

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


#5510fd Background Color

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

This div background color is #5510fd


#5510fd Border Color

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

This div border color is #5510fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5510fd


Comments

No comments written yet.

Please login to write comment.