Color Hex Logo

#4034fd Color Hex

#4034FD
(64,52,253)
0 Favorites   0 Comments

Color spaces of #4034fd

RGB 6452253
HSL0.680.980.60
HSV244°79°99°
CMYK 0.750.790.00   0.01
XYZ21.072010.637893.8712
Yxy10.63780.16780.0847
Hunter Lab32.615658.2462-147.8118
CIE-Lab38.963665.7043-95.5857

#4034fd color RGB value is (64,52,253).

#4034fd hex color red value is 64, green value is 52 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4034fd hue: 0.68 , saturation: 0.98 and the lightness value of 4034fd is 0.60.

The process color (four color CMYK) of #4034fd color hex is 0.75, 0.79, 0.00, 0.01. Web safe color of #4034fd is #3333ff. Color #4034fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 11111101
Octal 100 64 375
Decimal 64 52 253
Hex 40 34 FD

RGB Percentages of Color #4034fd

%17.34
%14.09
%68.56

CMYK Percentages of Color #4034fd

%75
%79
%0
%1

Triadic Colors of #4034fd

#4034fd #fd4034 #34fd40

Analogous Colors of #4034fd

#4034fd #a534fd #348dfd

Monochromatic Colors of #4034fd

#4034fd

Complementary Color

#4034fd #f1fd34

#4034fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4034fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4034fd Color CSS Codes

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

#4034fd Text Font Color

<p style="color:#4034fd">Text here</p>

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


#4034fd Background Color

<div style="background-color:#4034fd">
Div content here</div>

This div background color is #4034fd


#4034fd Border Color

<div style="border:3px solid #4034fd">
Div here</div>

This div border color is #4034fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,52,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4034fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4034fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4034fd;
  box-shadow:         1px 1px 3px 2px #4034fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4034fd


Comments

No comments written yet.

Please login to write comment.