Color Hex Logo

#483dda Color Hex

#483DDA
(72,61,218)
0 Favorites   0 Comments

Color spaces of #483dda

RGB 7261218
HSL0.680.680.55
HSV244°72°85°
CMYK 0.670.720.00   0.15
XYZ16.99619.777267.3211
Yxy9.77720.18060.1039
Hunter Lab31.268542.3043-105.7634
CIE-Lab37.439651.3485-78.2461

#483dda color RGB value is (72,61,218).

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

The process color (four color CMYK) of #483dda color hex is 0.67, 0.72, 0.00, 0.15. Web safe color of #483dda is #3333cc. Color #483dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 11011010
Octal 110 75 332
Decimal 72 61 218
Hex 48 3D DA

RGB Percentages of Color #483dda

%20.51
%17.38
%62.11

CMYK Percentages of Color #483dda

%67
%72
%0
%15

Triadic Colors of #483dda

#483dda #da483d #3dda48

Analogous Colors of #483dda

#483dda #973dda #3d81da

Monochromatic Colors of #483dda

#483dda

Complementary Color

#483dda #cfda3d

#483dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#483dda Color CSS Codes

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

#483dda Text Font Color

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

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


#483dda Background Color

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

This div background color is #483dda


#483dda Border Color

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

This div border color is #483dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,61,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483dda


Comments

No comments written yet.

Please login to write comment.