Color Hex Logo

#5505ff Color Hex

#5505FF
(85,5,255)
0 Favorites   0 Comments

Color spaces of #5505ff

RGB 855255
HSL0.721.000.51
HSV259°98°100°
CMYK 0.670.980.00   0.00
XYZ21.85069.259895.2434
Yxy9.25980.17290.0733
Hunter Lab30.429974.9219-164.2724
CIE-Lab36.479880.0927-100.7912

#5505ff color RGB value is (85,5,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000101 11111111
Octal 125 5 377
Decimal 85 5 255
Hex 55 5 FF

RGB Percentages of Color #5505ff

%24.64
%1.45
%73.91

CMYK Percentages of Color #5505ff

%67
%98
%0
%0

Triadic Colors of #5505ff

#5505ff #ff5505 #05ff55

Analogous Colors of #5505ff

#5505ff #d205ff #0532ff

Monochromatic Colors of #5505ff

#5505ff

Complementary Color

#5505ff #afff05

#5505ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5505ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5505ff Color CSS Codes

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

#5505ff Text Font Color

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

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


#5505ff Background Color

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

This div background color is #5505ff


#5505ff Border Color

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

This div border color is #5505ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5505ff

Related Colors


Comments

No comments written yet.

Please login to write comment.