Color Hex Logo

#553aff Color Hex

#553AFF
(85,58,255)
0 Favorites   0 Comments

Color spaces of #553aff

RGB 8558255
HSL0.691.000.61
HSV248°77°100°
CMYK 0.670.770.00   0.00
XYZ23.309412.177495.7297
Yxy12.17740.17760.0928
Hunter Lab34.896158.1636-138.2215
CIE-Lab41.496765.1381-92.4663

#553aff color RGB value is (85,58,255).

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

The process color (four color CMYK) of #553aff color hex is 0.67, 0.77, 0.00, 0.00. Web safe color of #553aff is #6633ff. Color #553aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 11111111
Octal 125 72 377
Decimal 85 58 255
Hex 55 3A FF

RGB Percentages of Color #553aff

%21.36
%14.57
%64.07

CMYK Percentages of Color #553aff

%67
%77
%0
%0

Triadic Colors of #553aff

#553aff #ff553a #3aff55

Analogous Colors of #553aff

#553aff #b83aff #3a82ff

Monochromatic Colors of #553aff

#553aff

Complementary Color

#553aff #e4ff3a

#553aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#553aff Color CSS Codes

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

#553aff Text Font Color

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

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


#553aff Background Color

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

This div background color is #553aff


#553aff Border Color

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

This div border color is #553aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553aff


Comments

No comments written yet.

Please login to write comment.