Color Hex Logo

#4a02cd Color Hex

#4A02CD
(74,2,205)
0 Favorites   0 Comments

Color spaces of #4a02cd

RGB 742205
HSL0.730.980.41
HSV261°99°80°
CMYK 0.640.990.00   0.20
XYZ13.86525.907058.1670
Yxy5.90700.17790.0758
Hunter Lab24.304359.2986-124.8844
CIE-Lab29.176668.4813-84.3907

#4a02cd color RGB value is (74,2,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000010 11001101
Octal 112 2 315
Decimal 74 2 205
Hex 4A 2 CD

RGB Percentages of Color #4a02cd

%26.33
%0.71
%72.95

CMYK Percentages of Color #4a02cd

%64
%99
%0
%20

Triadic Colors of #4a02cd

#4a02cd #cd4a02 #02cd4a

Analogous Colors of #4a02cd

#4a02cd #b002cd #0220cd

Monochromatic Colors of #4a02cd

#4a02cd

Complementary Color

#4a02cd #85cd02

#4a02cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a02cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a02cd Color CSS Codes

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

#4a02cd Text Font Color

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

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


#4a02cd Background Color

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

This div background color is #4a02cd


#4a02cd Border Color

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

This div border color is #4a02cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a02cd


Comments

No comments written yet.

Please login to write comment.