Color Hex Logo

#5507ff Color Hex

#5507FF
(85,7,255)
0 Favorites   0 Comments

Color spaces of #5507ff

RGB 857255
HSL0.721.000.51
HSV259°97°100°
CMYK 0.670.970.00   0.00
XYZ21.87239.303395.2507
Yxy9.30330.17300.0736
Hunter Lab30.501374.6239-163.8022
CIE-Lab36.561879.8404-100.6546

#5507ff color RGB value is (85,7,255).

#5507ff hex color red value is 85, green value is 7 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5507ff hue: 0.72 , saturation: 1.00 and the lightness value of 5507ff is 0.51.

The process color (four color CMYK) of #5507ff color hex is 0.67, 0.97, 0.00, 0.00. Web safe color of #5507ff is #6600ff. Color #5507ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 11111111
Octal 125 7 377
Decimal 85 7 255
Hex 55 7 FF

RGB Percentages of Color #5507ff

%24.50
%2.02
%73.49

CMYK Percentages of Color #5507ff

%67
%97
%0
%0

Triadic Colors of #5507ff

#5507ff #ff5507 #07ff55

Analogous Colors of #5507ff

#5507ff #d107ff #0735ff

Monochromatic Colors of #5507ff

#5507ff

Complementary Color

#5507ff #b1ff07

#5507ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5507ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5507ff Color CSS Codes

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

#5507ff Text Font Color

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

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


#5507ff Background Color

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

This div background color is #5507ff


#5507ff Border Color

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

This div border color is #5507ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5507ff

Related Colors


Comments

No comments written yet.

Please login to write comment.