Color Hex Logo

#483fdc Color Hex

#483FDC
(72,63,220)
0 Favorites   0 Comments

Color spaces of #483fdc

RGB 7263220
HSL0.680.690.55
HSV243°71°86°
CMYK 0.670.710.00   0.14
XYZ17.368310.100068.7442
Yxy10.10000.18050.1050
Hunter Lab31.780541.9358-106.0035
CIE-Lab38.021350.8824-78.4353

#483fdc color RGB value is (72,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111111 11011100
Octal 110 77 334
Decimal 72 63 220
Hex 48 3F DC

RGB Percentages of Color #483fdc

%20.28
%17.75
%61.97

CMYK Percentages of Color #483fdc

%67
%71
%0
%14

Triadic Colors of #483fdc

#483fdc #dc483f #3fdc48

Analogous Colors of #483fdc

#483fdc #973fdc #3f85dc

Monochromatic Colors of #483fdc

#483fdc

Complementary Color

#483fdc #d3dc3f

#483fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#483fdc Color CSS Codes

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

#483fdc Text Font Color

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

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


#483fdc Background Color

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

This div background color is #483fdc


#483fdc Border Color

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

This div border color is #483fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483fdc


Comments

No comments written yet.

Please login to write comment.