Color Hex Logo

#483fdd Color Hex

#483FDD
(72,63,221)
0 Favorites   0 Comments

Color spaces of #483fdd

RGB 7263221
HSL0.680.700.56
HSV243°71°87°
CMYK 0.670.710.00   0.13
XYZ17.501110.153269.4440
Yxy10.15320.18020.1046
Hunter Lab31.864142.2776-106.9107
CIE-Lab38.116051.1956-78.8523

#483fdd color RGB value is (72,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111111 11011101
Octal 110 77 335
Decimal 72 63 221
Hex 48 3F DD

RGB Percentages of Color #483fdd

%20.22
%17.70
%62.08

CMYK Percentages of Color #483fdd

%67
%71
%0
%13

Triadic Colors of #483fdd

#483fdd #dd483f #3fdd48

Analogous Colors of #483fdd

#483fdd #973fdd #3f85dd

Monochromatic Colors of #483fdd

#483fdd

Complementary Color

#483fdd #d4dd3f

#483fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#483fdd Color CSS Codes

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

#483fdd Text Font Color

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

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


#483fdd Background Color

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

This div background color is #483fdd


#483fdd Border Color

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

This div border color is #483fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483fdd


Comments

No comments written yet.

Please login to write comment.