Color Hex Logo

#484cca Color Hex

#484CCA
(72,76,202)
0 Favorites   0 Comments

Color spaces of #484cca

RGB 7276202
HSL0.660.550.54
HSV238°64°79°
CMYK 0.640.620.00   0.21
XYZ15.917610.810957.1249
Yxy10.81090.18980.1289
Hunter Lab32.879928.8743-79.9932
CIE-Lab39.260137.4122-66.0304

#484cca color RGB value is (72,76,202).

#484cca hex color red value is 72, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #484cca hue: 0.66 , saturation: 0.55 and the lightness value of 484cca is 0.54.

The process color (four color CMYK) of #484cca color hex is 0.64, 0.62, 0.00, 0.21. Web safe color of #484cca is #3333cc. Color #484cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 11001010
Octal 110 114 312
Decimal 72 76 202
Hex 48 4C CA

RGB Percentages of Color #484cca

%20.57
%21.71
%57.71

CMYK Percentages of Color #484cca

%64
%62
%0
%21

Triadic Colors of #484cca

#484cca #ca484c #4cca48

Analogous Colors of #484cca

#484cca #8548ca #488dca

Monochromatic Colors of #484cca

#484cca

Complementary Color

#484cca #cac648

#484cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#484cca Color CSS Codes

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

#484cca Text Font Color

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

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


#484cca Background Color

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

This div background color is #484cca


#484cca Border Color

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

This div border color is #484cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484cca

#484cca Color Palettes


Comments

No comments written yet.

Please login to write comment.