Color Hex Logo

#5323bd Color Hex

#5323BD
(83,35,189)
0 Favorites   0 Comments

Color spaces of #5323bd

RGB 8335189
HSL0.720.690.44
HSV259°81°74°
CMYK 0.560.810.00   0.26
XYZ13.35366.715248.7365
Yxy6.71520.19410.0976
Hunter Lab25.913746.6339-93.3685
CIE-Lab31.149656.6993-71.6971

#5323bd color RGB value is (83,35,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 10111101
Octal 123 43 275
Decimal 83 35 189
Hex 53 23 BD

RGB Percentages of Color #5323bd

%27.04
%11.40
%61.56

CMYK Percentages of Color #5323bd

%56
%81
%0
%26

Triadic Colors of #5323bd

#5323bd #bd5323 #23bd53

Analogous Colors of #5323bd

#5323bd #a023bd #2340bd

Monochromatic Colors of #5323bd

#5323bd

Complementary Color

#5323bd #8dbd23

#5323bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5323bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5323bd Color CSS Codes

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

#5323bd Text Font Color

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

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


#5323bd Background Color

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

This div background color is #5323bd


#5323bd Border Color

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

This div border color is #5323bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,35,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 #5323bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5323bd


Comments

No comments written yet.

Please login to write comment.