Color Hex Logo

#5538ab Color Hex

#5538AB
(85,56,171)
0 Favorites   0 Comments

Color spaces of #5538ab

RGB 8556171
HSL0.710.510.45
HSV255°67°67°
CMYK 0.500.670.00   0.33
XYZ12.51127.699939.3549
Yxy7.69990.21000.1293
Hunter Lab27.748731.9210-64.6646
CIE-Lab33.349941.6301-57.3794

#5538ab color RGB value is (85,56,171).

#5538ab hex color red value is 85, green value is 56 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5538ab hue: 0.71 , saturation: 0.51 and the lightness value of 5538ab is 0.45.

The process color (four color CMYK) of #5538ab color hex is 0.50, 0.67, 0.00, 0.33. Web safe color of #5538ab is #663399. Color #5538ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 10101011
Octal 125 70 253
Decimal 85 56 171
Hex 55 38 AB

RGB Percentages of Color #5538ab

%27.24
%17.95
%54.81

CMYK Percentages of Color #5538ab

%50
%67
%0
%33

Triadic Colors of #5538ab

#5538ab #ab5538 #38ab55

Analogous Colors of #5538ab

#5538ab #8f38ab #3854ab

Monochromatic Colors of #5538ab

#5538ab

Complementary Color

#5538ab #8eab38

#5538ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5538ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5538ab Color CSS Codes

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

#5538ab Text Font Color

<p style="color:#5538ab">Text here</p>

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


#5538ab Background Color

<div style="background-color:#5538ab">
Div content here</div>

This div background color is #5538ab


#5538ab Border Color

<div style="border:3px solid #5538ab">
Div here</div>

This div border color is #5538ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,56,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5538ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5538ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5538ab;
  box-shadow:         1px 1px 3px 2px #5538ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5538ab


Comments

No comments written yet.

Please login to write comment.