Color Hex Logo

#553dfa Color Hex

#553DFA
(85,61,250)
0 Favorites   0 Comments

Color spaces of #553dfa

RGB 8561250
HSL0.690.950.61
HSV248°76°98°
CMYK 0.660.760.00   0.02
XYZ22.670412.170991.5968
Yxy12.17090.17930.0963
Hunter Lab34.886854.9422-131.2476
CIE-Lab41.486562.2958-89.6860

#553dfa color RGB value is (85,61,250).

#553dfa hex color red value is 85, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #553dfa hue: 0.69 , saturation: 0.95 and the lightness value of 553dfa is 0.61.

The process color (four color CMYK) of #553dfa color hex is 0.66, 0.76, 0.00, 0.02. Web safe color of #553dfa is #6633ff. Color #553dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111101 11111010
Octal 125 75 372
Decimal 85 61 250
Hex 55 3D FA

RGB Percentages of Color #553dfa

%21.46
%15.40
%63.13

CMYK Percentages of Color #553dfa

%66
%76
%0
%2

Triadic Colors of #553dfa

#553dfa #fa553d #3dfa55

Analogous Colors of #553dfa

#553dfa #b43dfa #3d84fa

Monochromatic Colors of #553dfa

#553dfa

Complementary Color

#553dfa #e2fa3d

#553dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#553dfa Color CSS Codes

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

#553dfa Text Font Color

<p style="color:#553dfa">Text here</p>

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


#553dfa Background Color

<div style="background-color:#553dfa">
Div content here</div>

This div background color is #553dfa


#553dfa Border Color

<div style="border:3px solid #553dfa">
Div here</div>

This div border color is #553dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,61,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #553dfa;
  box-shadow:         1px 1px 3px 2px #553dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553dfa


Comments

No comments written yet.

Please login to write comment.