Color Hex Logo

#5534ab Color Hex

#5534AB
(85,52,171)
0 Favorites   0 Comments

Color spaces of #5534ab

RGB 8552171
HSL0.710.530.44
HSV257°70°67°
CMYK 0.500.700.00   0.33
XYZ12.32507.327639.2928
Yxy7.32760.20910.1243
Hunter Lab27.069533.9009-67.1137
CIE-Lab32.541443.8471-58.6985

#5534ab color RGB value is (85,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110100 10101011
Octal 125 64 253
Decimal 85 52 171
Hex 55 34 AB

RGB Percentages of Color #5534ab

%27.60
%16.88
%55.52

CMYK Percentages of Color #5534ab

%50
%70
%0
%33

Triadic Colors of #5534ab

#5534ab #ab5534 #34ab55

Analogous Colors of #5534ab

#5534ab #9134ab #344fab

Monochromatic Colors of #5534ab

#5534ab

Complementary Color

#5534ab #8aab34

#5534ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5534ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5534ab Color CSS Codes

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

#5534ab Text Font Color

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

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


#5534ab Background Color

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

This div background color is #5534ab


#5534ab Border Color

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

This div border color is #5534ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5534ab


Comments

No comments written yet.

Please login to write comment.