Color Hex Logo

#4a3ccd Color Hex

#4A3CCD
(74,60,205)
0 Favorites   0 Comments

Color spaces of #4a3ccd

RGB 7460205
HSL0.680.590.52
HSV246°71°80°
CMYK 0.640.710.00   0.20
XYZ15.45939.095358.6984
Yxy9.09530.18570.1092
Hunter Lab30.158438.7224-94.2874
CIE-Lab36.167148.0732-72.8308

#4a3ccd color RGB value is (74,60,205).

#4a3ccd hex color red value is 74, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4a3ccd hue: 0.68 , saturation: 0.59 and the lightness value of 4a3ccd is 0.52.

The process color (four color CMYK) of #4a3ccd color hex is 0.64, 0.71, 0.00, 0.20. Web safe color of #4a3ccd is #3333cc. Color #4a3ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00111100 11001101
Octal 112 74 315
Decimal 74 60 205
Hex 4A 3C CD

RGB Percentages of Color #4a3ccd

%21.83
%17.70
%60.47

CMYK Percentages of Color #4a3ccd

%64
%71
%0
%20

Triadic Colors of #4a3ccd

#4a3ccd #cd4a3c #3ccd4a

Analogous Colors of #4a3ccd

#4a3ccd #933ccd #3c77cd

Monochromatic Colors of #4a3ccd

#4a3ccd

Complementary Color

#4a3ccd #bfcd3c

#4a3ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3ccd Color CSS Codes

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

#4a3ccd Text Font Color

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

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


#4a3ccd Background Color

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

This div background color is #4a3ccd


#4a3ccd Border Color

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

This div border color is #4a3ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,60,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3ccd


Comments

No comments written yet.

Please login to write comment.