Color Hex Logo

#4a34db Color Hex

#4A34DB
(74,52,219)
0 Favorites   0 Comments

Color spaces of #4a34db

RGB 7452219
HSL0.690.700.53
HSV248°76°86°
CMYK 0.660.760.00   0.14
XYZ16.83829.026367.8726
Yxy9.02630.17960.0963
Hunter Lab30.043847.4646-112.9127
CIE-Lab36.034956.5281-81.1320

#4a34db color RGB value is (74,52,219).

#4a34db hex color red value is 74, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4a34db hue: 0.69 , saturation: 0.70 and the lightness value of 4a34db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110100 11011011
Octal 112 64 333
Decimal 74 52 219
Hex 4A 34 DB

RGB Percentages of Color #4a34db

%21.45
%15.07
%63.48

CMYK Percentages of Color #4a34db

%66
%76
%0
%14

Triadic Colors of #4a34db

#4a34db #db4a34 #34db4a

Analogous Colors of #4a34db

#4a34db #9e34db #3472db

Monochromatic Colors of #4a34db

#4a34db

Complementary Color

#4a34db #c5db34

#4a34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a34db Color CSS Codes

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

#4a34db Text Font Color

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

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


#4a34db Background Color

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

This div background color is #4a34db


#4a34db Border Color

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

This div border color is #4a34db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a34db


Comments

No comments written yet.

Please login to write comment.