Color Hex Logo

#484fef Color Hex

#484FEF
(72,79,239)
0 Favorites   0 Comments

Color spaces of #484fef

RGB 7279239
HSL0.660.840.61
HSV237°70°94°
CMYK 0.700.670.00   0.06
XYZ21.048513.201783.1002
Yxy13.20170.17940.1125
Hunter Lab36.334139.8209-110.1689
CIE-Lab43.065647.9108-80.9352

#484fef color RGB value is (72,79,239).

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

The process color (four color CMYK) of #484fef color hex is 0.70, 0.67, 0.00, 0.06. Web safe color of #484fef is #3366ff. Color #484fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 11101111
Octal 110 117 357
Decimal 72 79 239
Hex 48 4F EF

RGB Percentages of Color #484fef

%18.46
%20.26
%61.28

CMYK Percentages of Color #484fef

%70
%67
%0
%6

Triadic Colors of #484fef

#484fef #ef484f #4fef48

Analogous Colors of #484fef

#484fef #9548ef #48a3ef

Monochromatic Colors of #484fef

#484fef

Complementary Color

#484fef #efe848

#484fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fef Color CSS Codes

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

#484fef Text Font Color

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

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


#484fef Background Color

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

This div background color is #484fef


#484fef Border Color

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

This div border color is #484fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fef


Comments

No comments written yet.

Please login to write comment.