Color Hex Logo

#484afa Color Hex

#484AFA
(72,74,250)
0 Favorites   0 Comments

Color spaces of #484afa

RGB 7274250
HSL0.660.950.63
HSV239°71°98°
CMYK 0.710.700.00   0.02
XYZ22.376613.177491.8066
Yxy13.17740.17570.1035
Hunter Lab36.300746.5054-124.5375
CIE-Lab43.029354.3001-87.1699

#484afa color RGB value is (72,74,250).

#484afa hex color red value is 72, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #484afa hue: 0.66 , saturation: 0.95 and the lightness value of 484afa is 0.63.

The process color (four color CMYK) of #484afa color hex is 0.71, 0.70, 0.00, 0.02. Web safe color of #484afa is #3333ff. Color #484afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 11111010
Octal 110 112 372
Decimal 72 74 250
Hex 48 4A FA

RGB Percentages of Color #484afa

%18.18
%18.69
%63.13

CMYK Percentages of Color #484afa

%71
%70
%0
%2

Triadic Colors of #484afa

#484afa #fa484a #4afa48

Analogous Colors of #484afa

#484afa #9f48fa #48a3fa

Monochromatic Colors of #484afa

#484afa

Complementary Color

#484afa #faf848

#484afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#484afa Color CSS Codes

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

#484afa Text Font Color

<p style="color:#484afa">Text here</p>

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


#484afa Background Color

<div style="background-color:#484afa">
Div content here</div>

This div background color is #484afa


#484afa Border Color

<div style="border:3px solid #484afa">
Div here</div>

This div border color is #484afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,74,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484afa;
  -webkit-box-shadow: 1px 1px 3px 2px #484afa;
  box-shadow:         1px 1px 3px 2px #484afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484afa


Comments

No comments written yet.

Please login to write comment.