Color Hex Logo

#553afb Color Hex

#553AFB
(85,58,251)
0 Favorites   0 Comments

Color spaces of #553afb

RGB 8558251
HSL0.690.960.61
HSV248°77°98°
CMYK 0.660.770.00   0.02
XYZ22.672011.922492.3731
Yxy11.92240.17860.0939
Hunter Lab34.528856.7796-134.4451
CIE-Lab41.092564.0011-90.8971

#553afb color RGB value is (85,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 11111011
Octal 125 72 373
Decimal 85 58 251
Hex 55 3A FB

RGB Percentages of Color #553afb

%21.57
%14.72
%63.71

CMYK Percentages of Color #553afb

%66
%77
%0
%2

Triadic Colors of #553afb

#553afb #fb553a #3afb55

Analogous Colors of #553afb

#553afb #b63afb #3a80fb

Monochromatic Colors of #553afb

#553afb

Complementary Color

#553afb #e0fb3a

#553afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#553afb Color CSS Codes

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

#553afb Text Font Color

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

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


#553afb Background Color

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

This div background color is #553afb


#553afb Border Color

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

This div border color is #553afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553afb


Comments

No comments written yet.

Please login to write comment.