Color Hex Logo

#4a09df Color Hex

#4A09DF
(74,9,223)
0 Favorites   0 Comments

Color spaces of #4a09df

RGB 749223
HSL0.720.920.45
HSV258°96°87°
CMYK 0.670.960.00   0.13
XYZ16.24106.978970.3031
Yxy6.97890.17370.0746
Hunter Lab26.417663.5073-139.2915
CIE-Lab31.758871.5994-90.5200

#4a09df color RGB value is (74,9,223).

#4a09df hex color red value is 74, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4a09df hue: 0.72 , saturation: 0.92 and the lightness value of 4a09df is 0.45.

The process color (four color CMYK) of #4a09df color hex is 0.67, 0.96, 0.00, 0.13. Web safe color of #4a09df is #3300cc. Color #4a09df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001001 11011111
Octal 112 11 337
Decimal 74 9 223
Hex 4A 9 DF

RGB Percentages of Color #4a09df

%24.18
%2.94
%72.88

CMYK Percentages of Color #4a09df

%67
%96
%0
%13

Triadic Colors of #4a09df

#4a09df #df4a09 #09df4a

Analogous Colors of #4a09df

#4a09df #b509df #0933df

Monochromatic Colors of #4a09df

#4a09df

Complementary Color

#4a09df #9edf09

#4a09df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a09df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a09df Color CSS Codes

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

#4a09df Text Font Color

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

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


#4a09df Background Color

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

This div background color is #4a09df


#4a09df Border Color

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

This div border color is #4a09df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a09df


Comments

No comments written yet.

Please login to write comment.