Color Hex Logo

#5552fd Color Hex

#5552FD
(85,82,253)
0 Favorites   0 Comments

Color spaces of #5552fd

RGB 8582253
HSL0.670.980.66
HSV241°68°99°
CMYK 0.660.680.00   0.01
XYZ24.493215.057794.5440
Yxy15.05770.18270.1123
Hunter Lab38.804344.7616-117.2932
CIE-Lab45.713152.1748-84.4023

#5552fd color RGB value is (85,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 11111101
Octal 125 122 375
Decimal 85 82 253
Hex 55 52 FD

RGB Percentages of Color #5552fd

%20.24
%19.52
%60.24

CMYK Percentages of Color #5552fd

%66
%68
%0
%1

Triadic Colors of #5552fd

#5552fd #fd5552 #52fd55

Analogous Colors of #5552fd

#5552fd #ab52fd #52a5fd

Monochromatic Colors of #5552fd

#5552fd

Complementary Color

#5552fd #fafd52

#5552fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5552fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5552fd Color CSS Codes

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

#5552fd Text Font Color

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

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


#5552fd Background Color

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

This div background color is #5552fd


#5552fd Border Color

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

This div border color is #5552fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5552fd

Related Colors


Comments

No comments written yet.

Please login to write comment.