Color Hex Logo

#4a02a5 Color Hex

#4A02A5
(74,2,165)
0 Favorites   0 Comments

Color spaces of #4a02a5

RGB 742165
HSL0.740.980.33
HSV267°99°65°
CMYK 0.550.990.00   0.35
XYZ9.63734.215935.9031
Yxy4.21590.19370.0847
Hunter Lab20.532747.8494-89.3008
CIE-Lab24.372759.1333-68.5640

#4a02a5 color RGB value is (74,2,165).

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

The process color (four color CMYK) of #4a02a5 color hex is 0.55, 0.99, 0.00, 0.35. Web safe color of #4a02a5 is #330099. Color #4a02a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000010 10100101
Octal 112 2 245
Decimal 74 2 165
Hex 4A 2 A5

RGB Percentages of Color #4a02a5

%30.71
%0.83
%68.46

CMYK Percentages of Color #4a02a5

%55
%99
%0
%35

Triadic Colors of #4a02a5

#4a02a5 #a54a02 #02a54a

Analogous Colors of #4a02a5

#4a02a5 #9c02a5 #020ca5

Monochromatic Colors of #4a02a5

#4a02a5

Complementary Color

#4a02a5 #5da502

#4a02a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a02a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a02a5 Color CSS Codes

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

#4a02a5 Text Font Color

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

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


#4a02a5 Background Color

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

This div background color is #4a02a5


#4a02a5 Border Color

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

This div border color is #4a02a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a02a5


Comments

No comments written yet.

Please login to write comment.