Color Hex Logo

#5510df Color Hex

#5510DF
(85,16,223)
0 Favorites   0 Comments

Color spaces of #5510df

RGB 8516223
HSL0.720.870.47
HSV260°93°87°
CMYK 0.620.930.00   0.13
XYZ17.25097.629670.3755
Yxy7.62960.18110.0801
Hunter Lab27.621763.1425-131.7257
CIE-Lab33.199371.0263-88.0958

#5510df color RGB value is (85,16,223).

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

The process color (four color CMYK) of #5510df color hex is 0.62, 0.93, 0.00, 0.13. Web safe color of #5510df is #6600cc. Color #5510df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010000 11011111
Octal 125 20 337
Decimal 85 16 223
Hex 55 10 DF

RGB Percentages of Color #5510df

%26.23
%4.94
%68.83

CMYK Percentages of Color #5510df

%62
%93
%0
%13

Triadic Colors of #5510df

#5510df #df5510 #10df55

Analogous Colors of #5510df

#5510df #bd10df #1033df

Monochromatic Colors of #5510df

#5510df

Complementary Color

#5510df #9adf10

#5510df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5510df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5510df Color CSS Codes

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

#5510df Text Font Color

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

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


#5510df Background Color

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

This div background color is #5510df


#5510df Border Color

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

This div border color is #5510df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,16,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5510df


Comments

No comments written yet.

Please login to write comment.