Color Hex Logo

#483bdf Color Hex

#483BDF
(72,59,223)
0 Favorites   0 Comments

Color spaces of #483bdf

RGB 7259223
HSL0.680.720.55
HSV245°74°87°
CMYK 0.680.740.00   0.13
XYZ17.55579.833470.7848
Yxy9.83340.17880.1002
Hunter Lab31.358345.0550-111.8842
CIE-Lab37.541753.9663-80.9433

#483bdf color RGB value is (72,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111011 11011111
Octal 110 73 337
Decimal 72 59 223
Hex 48 3B DF

RGB Percentages of Color #483bdf

%20.34
%16.67
%62.99

CMYK Percentages of Color #483bdf

%68
%74
%0
%13

Triadic Colors of #483bdf

#483bdf #df483b #3bdf48

Analogous Colors of #483bdf

#483bdf #9a3bdf #3b80df

Monochromatic Colors of #483bdf

#483bdf

Complementary Color

#483bdf #d2df3b

#483bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483bdf Color CSS Codes

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

#483bdf Text Font Color

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

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


#483bdf Background Color

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

This div background color is #483bdf


#483bdf Border Color

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

This div border color is #483bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483bdf


Comments

No comments written yet.

Please login to write comment.