Color Hex Logo

#400cfc Color Hex

#400CFC
(64,12,252)
0 Favorites   0 Comments

Color spaces of #400cfc

RGB 6412252
HSL0.700.980.52
HSV253°95°99°
CMYK 0.750.950.00   0.01
XYZ19.81658.381292.6687
Yxy8.38120.16400.0693
Hunter Lab28.950371.5203-169.5196
CIE-Lab34.764577.6703-102.0092

#400cfc color RGB value is (64,12,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001100 11111100
Octal 100 14 374
Decimal 64 12 252
Hex 40 C FC

RGB Percentages of Color #400cfc

%19.51
%3.66
%76.83

CMYK Percentages of Color #400cfc

%75
%95
%0
%1

Triadic Colors of #400cfc

#400cfc #fc400c #0cfc40

Analogous Colors of #400cfc

#400cfc #b80cfc #0c50fc

Monochromatic Colors of #400cfc

#400cfc

Complementary Color

#400cfc #c8fc0c

#400cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#400cfc Color CSS Codes

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

#400cfc Text Font Color

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

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


#400cfc Background Color

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

This div background color is #400cfc


#400cfc Border Color

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

This div border color is #400cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400cfc


Comments

No comments written yet.

Please login to write comment.