Color Hex Logo

#5552fb Color Hex

#5552FB
(85,82,251)
0 Favorites   0 Comments

Color spaces of #5552fb

RGB 8582251
HSL0.670.950.65
HSV241°67°98°
CMYK 0.660.670.00   0.02
XYZ24.176214.930992.8745
Yxy14.93090.18320.1131
Hunter Lab38.640544.0611-115.4582
CIE-Lab45.539451.5449-83.5720

#5552fb color RGB value is (85,82,251).

#5552fb hex color red value is 85, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5552fb hue: 0.67 , saturation: 0.95 and the lightness value of 5552fb is 0.65.

The process color (four color CMYK) of #5552fb color hex is 0.66, 0.67, 0.00, 0.02. Web safe color of #5552fb is #6666ff. Color #5552fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 11111011
Octal 125 122 373
Decimal 85 82 251
Hex 55 52 FB

RGB Percentages of Color #5552fb

%20.33
%19.62
%60.05

CMYK Percentages of Color #5552fb

%66
%67
%0
%2

Triadic Colors of #5552fb

#5552fb #fb5552 #52fb55

Analogous Colors of #5552fb

#5552fb #aa52fb #52a4fb

Monochromatic Colors of #5552fb

#5552fb

Complementary Color

#5552fb #f8fb52

#5552fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5552fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5552fb Color CSS Codes

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

#5552fb Text Font Color

<p style="color:#5552fb">Text here</p>

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


#5552fb Background Color

<div style="background-color:#5552fb">
Div content here</div>

This div background color is #5552fb


#5552fb Border Color

<div style="border:3px solid #5552fb">
Div here</div>

This div border color is #5552fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,82,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5552fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5552fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5552fb;
  box-shadow:         1px 1px 3px 2px #5552fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5552fb


Comments

No comments written yet.

Please login to write comment.