Color Hex Logo

#5525bd Color Hex

#5525BD
(85,37,189)
0 Favorites   0 Comments

Color spaces of #5525bd

RGB 8537189
HSL0.720.670.44
HSV259°80°74°
CMYK 0.550.800.00   0.26
XYZ13.59326.928648.7650
Yxy6.92860.19620.1000
Hunter Lab26.322246.1162-91.4161
CIE-Lab31.643856.1143-70.8747

#5525bd color RGB value is (85,37,189).

#5525bd hex color red value is 85, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5525bd hue: 0.72 , saturation: 0.67 and the lightness value of 5525bd is 0.44.

The process color (four color CMYK) of #5525bd color hex is 0.55, 0.80, 0.00, 0.26. Web safe color of #5525bd is #6633cc. Color #5525bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 10111101
Octal 125 45 275
Decimal 85 37 189
Hex 55 25 BD

RGB Percentages of Color #5525bd

%27.33
%11.90
%60.77

CMYK Percentages of Color #5525bd

%55
%80
%0
%26

Triadic Colors of #5525bd

#5525bd #bd5525 #25bd55

Analogous Colors of #5525bd

#5525bd #a125bd #2541bd

Monochromatic Colors of #5525bd

#5525bd

Complementary Color

#5525bd #8dbd25

#5525bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5525bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5525bd Color CSS Codes

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

#5525bd Text Font Color

<p style="color:#5525bd">Text here</p>

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


#5525bd Background Color

<div style="background-color:#5525bd">
Div content here</div>

This div background color is #5525bd


#5525bd Border Color

<div style="border:3px solid #5525bd">
Div here</div>

This div border color is #5525bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,37,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5525bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5525bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5525bd;
  box-shadow:         1px 1px 3px 2px #5525bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5525bd


Comments

No comments written yet.

Please login to write comment.