Color Hex Logo

#5507df Color Hex

#5507DF
(85,7,223)
0 Favorites   0 Comments

Color spaces of #5507df

RGB 857223
HSL0.730.940.45
HSV262°97°87°
CMYK 0.620.970.00   0.13
XYZ17.14167.411070.3390
Yxy7.41100.18060.0781
Hunter Lab27.223264.7556-134.1369
CIE-Lab32.724872.4722-88.8839

#5507df color RGB value is (85,7,223).

#5507df hex color red value is 85, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5507df hue: 0.73 , saturation: 0.94 and the lightness value of 5507df is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 11011111
Octal 125 7 337
Decimal 85 7 223
Hex 55 7 DF

RGB Percentages of Color #5507df

%26.98
%2.22
%70.79

CMYK Percentages of Color #5507df

%62
%97
%0
%13

Triadic Colors of #5507df

#5507df #df5507 #07df55

Analogous Colors of #5507df

#5507df #c107df #0725df

Monochromatic Colors of #5507df

#5507df

Complementary Color

#5507df #91df07

#5507df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5507df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5507df Color CSS Codes

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

#5507df Text Font Color

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

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


#5507df Background Color

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

This div background color is #5507df


#5507df Border Color

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

This div border color is #5507df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5507df


Comments

No comments written yet.

Please login to write comment.