Color Hex Logo

#484ffd Color Hex

#484FFD
(72,79,253)
0 Favorites   0 Comments

Color spaces of #484ffd

RGB 7279253
HSL0.660.980.64
HSV238°72°99°
CMYK 0.720.690.00   0.01
XYZ23.198114.061594.4200
Yxy14.06150.17620.1068
Hunter Lab37.498744.8042-123.0406
CIE-Lab44.321052.4655-86.7190

#484ffd color RGB value is (72,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 11111101
Octal 110 117 375
Decimal 72 79 253
Hex 48 4F FD

RGB Percentages of Color #484ffd

%17.82
%19.55
%62.62

CMYK Percentages of Color #484ffd

%72
%69
%0
%1

Triadic Colors of #484ffd

#484ffd #fd484f #4ffd48

Analogous Colors of #484ffd

#484ffd #9c48fd #48aafd

Monochromatic Colors of #484ffd

#484ffd

Complementary Color

#484ffd #fdf648

#484ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#484ffd Color CSS Codes

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

#484ffd Text Font Color

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

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


#484ffd Background Color

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

This div background color is #484ffd


#484ffd Border Color

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

This div border color is #484ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484ffd


Comments

No comments written yet.

Please login to write comment.