Color Hex Logo

#553bda Color Hex

#553BDA
(85,59,218)
0 Favorites   0 Comments

Color spaces of #553bda

RGB 8559218
HSL0.690.680.54
HSV250°73°85°
CMYK 0.610.730.00   0.15
XYZ17.965210.121267.3364
Yxy10.12120.18830.1061
Hunter Lab31.813845.1243-103.2221
CIE-Lab38.059153.9334-77.1909

#553bda color RGB value is (85,59,218).

#553bda hex color red value is 85, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #553bda hue: 0.69 , saturation: 0.68 and the lightness value of 553bda is 0.54.

The process color (four color CMYK) of #553bda color hex is 0.61, 0.73, 0.00, 0.15. Web safe color of #553bda is #6633cc. Color #553bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111011 11011010
Octal 125 73 332
Decimal 85 59 218
Hex 55 3B DA

RGB Percentages of Color #553bda

%23.48
%16.30
%60.22

CMYK Percentages of Color #553bda

%61
%73
%0
%15

Triadic Colors of #553bda

#553bda #da553b #3bda55

Analogous Colors of #553bda

#553bda #a53bda #3b71da

Monochromatic Colors of #553bda

#553bda

Complementary Color

#553bda #c0da3b

#553bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#553bda Color CSS Codes

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

#553bda Text Font Color

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

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


#553bda Background Color

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

This div background color is #553bda


#553bda Border Color

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

This div border color is #553bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553bda


Comments

No comments written yet.

Please login to write comment.