Color Hex Logo

#4000df Color Hex

#4000DF
(64,0,223)
0 Favorites   0 Comments

Color spaces of #4000df

RGB 640223
HSL0.711.000.44
HSV257°100°87°
CMYK 0.711.000.00   0.13
XYZ15.43366.417770.2373
Yxy6.41770.16760.0697
Hunter Lab25.333264.4136-146.6508
CIE-Lab30.442772.5961-92.7351

#4000df color RGB value is (64,0,223).

#4000df hex color red value is 64, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4000df hue: 0.71 , saturation: 1.00 and the lightness value of 4000df is 0.44.

The process color (four color CMYK) of #4000df color hex is 0.71, 1.00, 0.00, 0.13. Web safe color of #4000df is #3300cc. Color #4000df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 11011111
Octal 100 0 337
Decimal 64 0 223
Hex 40 0 DF

RGB Percentages of Color #4000df

%22.30
%0.00
%77.70

CMYK Percentages of Color #4000df

%71
%100
%0
%13

Triadic Colors of #4000df

#4000df #df4000 #00df40

Analogous Colors of #4000df

#4000df #b000df #002fdf

Monochromatic Colors of #4000df

#4000df

Complementary Color

#4000df #9fdf00

#4000df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4000df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4000df Color CSS Codes

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

#4000df Text Font Color

<p style="color:#4000df">Text here</p>

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


#4000df Background Color

<div style="background-color:#4000df">
Div content here</div>

This div background color is #4000df


#4000df Border Color

<div style="border:3px solid #4000df">
Div here</div>

This div border color is #4000df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,0,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4000df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4000df;
  -webkit-box-shadow: 1px 1px 3px 2px #4000df;
  box-shadow:         1px 1px 3px 2px #4000df; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4000df


Comments

No comments written yet.

Please login to write comment.