Color Hex Logo

#4a4cdc Color Hex

#4A4CDC
(74,76,220)
0 Favorites   0 Comments

Color spaces of #4a4cdc

RGB 7476220
HSL0.660.680.58
HSV239°66°86°
CMYK 0.660.650.00   0.14
XYZ18.326711.792069.0203
Yxy11.79200.18490.1189
Hunter Lab34.339535.1699-95.1317
CIE-Lab40.883643.6706-73.7297

#4a4cdc color RGB value is (74,76,220).

#4a4cdc hex color red value is 74, green value is 76 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4a4cdc hue: 0.66 , saturation: 0.68 and the lightness value of 4a4cdc is 0.58.

The process color (four color CMYK) of #4a4cdc color hex is 0.66, 0.65, 0.00, 0.14. Web safe color of #4a4cdc is #3333cc. Color #4a4cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001100 11011100
Octal 112 114 334
Decimal 74 76 220
Hex 4A 4C DC

RGB Percentages of Color #4a4cdc

%20.00
%20.54
%59.46

CMYK Percentages of Color #4a4cdc

%66
%65
%0
%14

Triadic Colors of #4a4cdc

#4a4cdc #dc4a4c #4cdc4a

Analogous Colors of #4a4cdc

#4a4cdc #914adc #4a95dc

Monochromatic Colors of #4a4cdc

#4a4cdc

Complementary Color

#4a4cdc #dcda4a

#4a4cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4cdc Color CSS Codes

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

#4a4cdc Text Font Color

<p style="color:#4a4cdc">Text here</p>

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


#4a4cdc Background Color

<div style="background-color:#4a4cdc">
Div content here</div>

This div background color is #4a4cdc


#4a4cdc Border Color

<div style="border:3px solid #4a4cdc">
Div here</div>

This div border color is #4a4cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,76,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a4cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a4cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #4a4cdc;
  box-shadow:         1px 1px 3px 2px #4a4cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,76,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 #4a4cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4cdc


Comments

No comments written yet.

Please login to write comment.