Color Hex Logo

#4a20da Color Hex

#4A20DA
(74,32,218)
0 Favorites   0 Comments

Color spaces of #4a20da

RGB 7432218
HSL0.700.740.49
HSV254°85°85°
CMYK 0.660.850.00   0.15
XYZ15.99547.550866.9441
Yxy7.55080.17680.0834
Hunter Lab27.478755.8173-125.2082
CIE-Lab33.029364.7176-85.5314

#4a20da color RGB value is (74,32,218).

#4a20da hex color red value is 74, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4a20da hue: 0.70 , saturation: 0.74 and the lightness value of 4a20da is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100000 11011010
Octal 112 40 332
Decimal 74 32 218
Hex 4A 20 DA

RGB Percentages of Color #4a20da

%22.84
%9.88
%67.28

CMYK Percentages of Color #4a20da

%66
%85
%0
%15

Triadic Colors of #4a20da

#4a20da #da4a20 #20da4a

Analogous Colors of #4a20da

#4a20da #a720da #2053da

Monochromatic Colors of #4a20da

#4a20da

Complementary Color

#4a20da #b0da20

#4a20da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a20da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a20da Color CSS Codes

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

#4a20da Text Font Color

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

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


#4a20da Background Color

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

This div background color is #4a20da


#4a20da Border Color

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

This div border color is #4a20da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a20da


Comments

No comments written yet.

Please login to write comment.