Color Hex Logo

#483dbd Color Hex

#483DBD
(72,61,189)
0 Favorites   0 Comments

Color spaces of #483dbd

RGB 7261189
HSL0.680.510.49
HSV245°68°74°
CMYK 0.620.680.00   0.26
XYZ13.52658.389349.0505
Yxy8.38930.19060.1182
Hunter Lab28.964332.6731-80.1315
CIE-Lab34.780842.1642-65.7641

#483dbd color RGB value is (72,61,189).

#483dbd hex color red value is 72, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #483dbd hue: 0.68 , saturation: 0.51 and the lightness value of 483dbd is 0.49.

The process color (four color CMYK) of #483dbd color hex is 0.62, 0.68, 0.00, 0.26. Web safe color of #483dbd is #3333cc. Color #483dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 10111101
Octal 110 75 275
Decimal 72 61 189
Hex 48 3D BD

RGB Percentages of Color #483dbd

%22.36
%18.94
%58.70

CMYK Percentages of Color #483dbd

%62
%68
%0
%26

Triadic Colors of #483dbd

#483dbd #bd483d #3dbd48

Analogous Colors of #483dbd

#483dbd #883dbd #3d72bd

Monochromatic Colors of #483dbd

#483dbd

Complementary Color

#483dbd #b2bd3d

#483dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#483dbd Color CSS Codes

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

#483dbd Text Font Color

<p style="color:#483dbd">Text here</p>

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


#483dbd Background Color

<div style="background-color:#483dbd">
Div content here</div>

This div background color is #483dbd


#483dbd Border Color

<div style="border:3px solid #483dbd">
Div here</div>

This div border color is #483dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #483dbd;
  box-shadow:         1px 1px 3px 2px #483dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,61,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 #483dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483dbd


Comments

No comments written yet.

Please login to write comment.