Color Hex Logo

#5532af Color Hex

#5532AF
(85,50,175)
0 Favorites   0 Comments

Color spaces of #5532af

RGB 8550175
HSL0.710.560.44
HSV257°71°69°
CMYK 0.510.710.00   0.31
XYZ12.62487.307641.3026
Yxy7.30760.20620.1193
Hunter Lab27.032636.0564-71.6654
CIE-Lab32.497246.0732-61.1622

#5532af color RGB value is (85,50,175).

#5532af hex color red value is 85, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5532af hue: 0.71 , saturation: 0.56 and the lightness value of 5532af is 0.44.

The process color (four color CMYK) of #5532af color hex is 0.51, 0.71, 0.00, 0.31. Web safe color of #5532af is #663399. Color #5532af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 10101111
Octal 125 62 257
Decimal 85 50 175
Hex 55 32 AF

RGB Percentages of Color #5532af

%27.42
%16.13
%56.45

CMYK Percentages of Color #5532af

%51
%71
%0
%31

Triadic Colors of #5532af

#5532af #af5532 #32af55

Analogous Colors of #5532af

#5532af #9432af #324eaf

Monochromatic Colors of #5532af

#5532af

Complementary Color

#5532af #8caf32

#5532af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5532af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5532af Color CSS Codes

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

#5532af Text Font Color

<p style="color:#5532af">Text here</p>

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


#5532af Background Color

<div style="background-color:#5532af">
Div content here</div>

This div background color is #5532af


#5532af Border Color

<div style="border:3px solid #5532af">
Div here</div>

This div border color is #5532af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,50,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5532af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5532af;
  -webkit-box-shadow: 1px 1px 3px 2px #5532af;
  box-shadow:         1px 1px 3px 2px #5532af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5532af


Comments

No comments written yet.

Please login to write comment.