Color Hex Logo

#400cfd Color Hex

#400CFD
(64,12,253)
0 Favorites   0 Comments

Color spaces of #400cfd

RGB 6412253
HSL0.700.980.52
HSV253°95°99°
CMYK 0.750.950.00   0.01
XYZ19.97548.444893.5057
Yxy8.44480.16380.0693
Hunter Lab29.059971.8435-170.4345
CIE-Lab34.892677.9086-102.3573

#400cfd color RGB value is (64,12,253).

#400cfd hex color red value is 64, green value is 12 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #400cfd hue: 0.70 , saturation: 0.98 and the lightness value of 400cfd is 0.52.

The process color (four color CMYK) of #400cfd color hex is 0.75, 0.95, 0.00, 0.01. Web safe color of #400cfd is #3300ff. Color #400cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001100 11111101
Octal 100 14 375
Decimal 64 12 253
Hex 40 C FD

RGB Percentages of Color #400cfd

%19.45
%3.65
%76.90

CMYK Percentages of Color #400cfd

%75
%95
%0
%1

Triadic Colors of #400cfd

#400cfd #fd400c #0cfd40

Analogous Colors of #400cfd

#400cfd #b90cfd #0c51fd

Monochromatic Colors of #400cfd

#400cfd

Complementary Color

#400cfd #c9fd0c

#400cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#400cfd Color CSS Codes

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

#400cfd Text Font Color

<p style="color:#400cfd">Text here</p>

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


#400cfd Background Color

<div style="background-color:#400cfd">
Div content here</div>

This div background color is #400cfd


#400cfd Border Color

<div style="border:3px solid #400cfd">
Div here</div>

This div border color is #400cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400cfd


Comments

No comments written yet.

Please login to write comment.