Color Hex Logo

#484edc Color Hex

#484EDC
(72,78,220)
0 Favorites   0 Comments

Color spaces of #484edc

RGB 7278220
HSL0.660.680.57
HSV238°67°86°
CMYK 0.670.650.00   0.14
XYZ18.315111.993869.0599
Yxy11.99380.18430.1207
Hunter Lab34.632133.7933-93.9879
CIE-Lab41.206342.2189-73.2063

#484edc color RGB value is (72,78,220).

#484edc hex color red value is 72, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #484edc hue: 0.66 , saturation: 0.68 and the lightness value of 484edc is 0.57.

The process color (four color CMYK) of #484edc color hex is 0.67, 0.65, 0.00, 0.14. Web safe color of #484edc is #3366cc. Color #484edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001110 11011100
Octal 110 116 334
Decimal 72 78 220
Hex 48 4E DC

RGB Percentages of Color #484edc

%19.46
%21.08
%59.46

CMYK Percentages of Color #484edc

%67
%65
%0
%14

Triadic Colors of #484edc

#484edc #dc484e #4edc48

Analogous Colors of #484edc

#484edc #8c48dc #4898dc

Monochromatic Colors of #484edc

#484edc

Complementary Color

#484edc #dcd648

#484edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#484edc Color CSS Codes

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

#484edc Text Font Color

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

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


#484edc Background Color

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

This div background color is #484edc


#484edc Border Color

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

This div border color is #484edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484edc


Comments

No comments written yet.

Please login to write comment.