Color Hex Logo

#5331bd Color Hex

#5331BD
(83,49,189)
0 Favorites   0 Comments

Color spaces of #5331bd

RGB 8349189
HSL0.710.590.47
HSV255°74°74°
CMYK 0.560.740.00   0.26
XYZ13.85097.709748.9022
Yxy7.70970.19660.1094
Hunter Lab27.766340.4514-84.9853
CIE-Lab33.370850.3123-68.0405

#5331bd color RGB value is (83,49,189).

#5331bd hex color red value is 83, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5331bd hue: 0.71 , saturation: 0.59 and the lightness value of 5331bd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 10111101
Octal 123 61 275
Decimal 83 49 189
Hex 53 31 BD

RGB Percentages of Color #5331bd

%25.86
%15.26
%58.88

CMYK Percentages of Color #5331bd

%56
%74
%0
%26

Triadic Colors of #5331bd

#5331bd #bd5331 #31bd53

Analogous Colors of #5331bd

#5331bd #9931bd #3155bd

Monochromatic Colors of #5331bd

#5331bd

Complementary Color

#5331bd #9bbd31

#5331bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5331bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5331bd Color CSS Codes

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

#5331bd Text Font Color

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

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


#5331bd Background Color

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

This div background color is #5331bd


#5331bd Border Color

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

This div border color is #5331bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5331bd


Comments

No comments written yet.

Please login to write comment.