Color Hex Logo

#484dec Color Hex

#484DEC
(72,77,236)
0 Favorites   0 Comments

Color spaces of #484dec

RGB 7277236
HSL0.660.810.60
HSV238°69°93°
CMYK 0.690.670.00   0.07
XYZ20.466712.741680.7375
Yxy12.74160.17960.1118
Hunter Lab35.695439.8798-109.1182
CIE-Lab42.371348.0902-80.3834

#484dec color RGB value is (72,77,236).

#484dec hex color red value is 72, green value is 77 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #484dec hue: 0.66 , saturation: 0.81 and the lightness value of 484dec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001101 11101100
Octal 110 115 354
Decimal 72 77 236
Hex 48 4D EC

RGB Percentages of Color #484dec

%18.70
%20.00
%61.30

CMYK Percentages of Color #484dec

%69
%67
%0
%7

Triadic Colors of #484dec

#484dec #ec484d #4dec48

Analogous Colors of #484dec

#484dec #9548ec #489fec

Monochromatic Colors of #484dec

#484dec

Complementary Color

#484dec #ece748

#484dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#484dec Color CSS Codes

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

#484dec Text Font Color

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

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


#484dec Background Color

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

This div background color is #484dec


#484dec Border Color

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

This div border color is #484dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484dec


Comments

No comments written yet.

Please login to write comment.