Color Hex Logo

#4009fb Color Hex

#4009FB
(64,9,251)
0 Favorites   0 Comments

Color spaces of #4009fb

RGB 649251
HSL0.700.970.51
HSV254°96°98°
CMYK 0.750.960.00   0.02
XYZ19.62468.250491.8249
Yxy8.25040.16390.0689
Hunter Lab28.723571.6894-169.4351
CIE-Lab34.499077.8545-101.8899

#4009fb color RGB value is (64,9,251).

#4009fb hex color red value is 64, green value is 9 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4009fb hue: 0.70 , saturation: 0.97 and the lightness value of 4009fb is 0.51.

The process color (four color CMYK) of #4009fb color hex is 0.75, 0.96, 0.00, 0.02. Web safe color of #4009fb is #3300ff. Color #4009fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001001 11111011
Octal 100 11 373
Decimal 64 9 251
Hex 40 9 FB

RGB Percentages of Color #4009fb

%19.75
%2.78
%77.47

CMYK Percentages of Color #4009fb

%75
%96
%0
%2

Triadic Colors of #4009fb

#4009fb #fb4009 #09fb40

Analogous Colors of #4009fb

#4009fb #b909fb #094bfb

Monochromatic Colors of #4009fb

#4009fb

Complementary Color

#4009fb #c4fb09

#4009fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4009fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4009fb Color CSS Codes

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

#4009fb Text Font Color

<p style="color:#4009fb">Text here</p>

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


#4009fb Background Color

<div style="background-color:#4009fb">
Div content here</div>

This div background color is #4009fb


#4009fb Border Color

<div style="border:3px solid #4009fb">
Div here</div>

This div border color is #4009fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,9,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4009fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4009fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4009fb;
  box-shadow:         1px 1px 3px 2px #4009fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4009fb


Comments

No comments written yet.

Please login to write comment.