Color Hex Logo

#5438bd Color Hex

#5438BD
(84,56,189)
0 Favorites   0 Comments

Color spaces of #5438bd

RGB 8456189
HSL0.700.540.48
HSV253°70°74°
CMYK 0.560.700.00   0.26
XYZ14.25568.387349.0117
Yxy8.38730.19890.1171
Hunter Lab28.960837.1829-80.0665
CIE-Lab34.776846.7901-65.7306

#5438bd color RGB value is (84,56,189).

#5438bd hex color red value is 84, green value is 56 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5438bd hue: 0.70 , saturation: 0.54 and the lightness value of 5438bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00111000 10111101
Octal 124 70 275
Decimal 84 56 189
Hex 54 38 BD

RGB Percentages of Color #5438bd

%25.53
%17.02
%57.45

CMYK Percentages of Color #5438bd

%56
%70
%0
%26

Triadic Colors of #5438bd

#5438bd #bd5438 #38bd54

Analogous Colors of #5438bd

#5438bd #9738bd #385ebd

Monochromatic Colors of #5438bd

#5438bd

Complementary Color

#5438bd #a1bd38

#5438bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5438bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5438bd Color CSS Codes

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

#5438bd Text Font Color

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

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


#5438bd Background Color

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

This div background color is #5438bd


#5438bd Border Color

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

This div border color is #5438bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5438bd


Comments

No comments written yet.

Please login to write comment.