Color Hex Logo

#484fff Color Hex

#484FFF
(72,79,255)
0 Favorites   0 Comments

Color spaces of #484fff

RGB 7279255
HSL0.661.000.64
HSV238°72°100°
CMYK 0.720.690.00   0.00
XYZ23.518514.189796.1071
Yxy14.18970.17580.1060
Hunter Lab37.669245.5240-124.9007
CIE-Lab44.503853.1097-87.5332

#484fff color RGB value is (72,79,255).

#484fff hex color red value is 72, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #484fff hue: 0.66 , saturation: 1.00 and the lightness value of 484fff is 0.64.

The process color (four color CMYK) of #484fff color hex is 0.72, 0.69, 0.00, 0.00. Web safe color of #484fff is #3366ff. Color #484fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 11111111
Octal 110 117 377
Decimal 72 79 255
Hex 48 4F FF

RGB Percentages of Color #484fff

%17.73
%19.46
%62.81

CMYK Percentages of Color #484fff

%72
%69
%0
%0

Triadic Colors of #484fff

#484fff #ff484f #4fff48

Analogous Colors of #484fff

#484fff #9d48ff #48abff

Monochromatic Colors of #484fff

#484fff

Complementary Color

#484fff #fff848

#484fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fff Color CSS Codes

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

#484fff Text Font Color

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

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


#484fff Background Color

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

This div background color is #484fff


#484fff Border Color

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

This div border color is #484fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fff

Related Colors


Comments

No comments written yet.

Please login to write comment.