Color Hex Logo

#4a02db Color Hex

#4A02DB
(74,2,219)
0 Favorites   0 Comments

Color spaces of #4a02db

RGB 742219
HSL0.720.980.43
HSV260°99°86°
CMYK 0.660.990.00   0.14
XYZ15.63196.613767.4705
Yxy6.61370.17420.0737
Hunter Lab25.717163.4946-137.5491
CIE-Lab30.910871.7419-89.6286

#4a02db color RGB value is (74,2,219).

#4a02db hex color red value is 74, green value is 2 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4a02db hue: 0.72 , saturation: 0.98 and the lightness value of 4a02db is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000010 11011011
Octal 112 2 333
Decimal 74 2 219
Hex 4A 2 DB

RGB Percentages of Color #4a02db

%25.08
%0.68
%74.24

CMYK Percentages of Color #4a02db

%66
%99
%0
%14

Triadic Colors of #4a02db

#4a02db #db4a02 #02db4a

Analogous Colors of #4a02db

#4a02db #b702db #0226db

Monochromatic Colors of #4a02db

#4a02db

Complementary Color

#4a02db #93db02

#4a02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a02db Color CSS Codes

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

#4a02db Text Font Color

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

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


#4a02db Background Color

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

This div background color is #4a02db


#4a02db Border Color

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

This div border color is #4a02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a02db


Comments

No comments written yet.

Please login to write comment.