Color Hex Logo

#400fcf Color Hex

#400FCF
(64,15,207)
0 Favorites   0 Comments

Color spaces of #400fcf

RGB 6415207
HSL0.710.860.44
HSV255°93°81°
CMYK 0.690.930.00   0.19
XYZ13.54775.936659.4633
Yxy5.93660.17160.0752
Hunter Lab24.365156.6120-127.6421
CIE-Lab29.251966.1320-85.4575

#400fcf color RGB value is (64,15,207).

#400fcf hex color red value is 64, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #400fcf hue: 0.71 , saturation: 0.86 and the lightness value of 400fcf is 0.44.

The process color (four color CMYK) of #400fcf color hex is 0.69, 0.93, 0.00, 0.19. Web safe color of #400fcf is #3300cc. Color #400fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001111 11001111
Octal 100 17 317
Decimal 64 15 207
Hex 40 F CF

RGB Percentages of Color #400fcf

%22.38
%5.24
%72.38

CMYK Percentages of Color #400fcf

%69
%93
%0
%19

Triadic Colors of #400fcf

#400fcf #cf400f #0fcf40

Analogous Colors of #400fcf

#400fcf #a00fcf #0f3ecf

Monochromatic Colors of #400fcf

#400fcf

Complementary Color

#400fcf #9ecf0f

#400fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#400fcf Color CSS Codes

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

#400fcf Text Font Color

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

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


#400fcf Background Color

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

This div background color is #400fcf


#400fcf Border Color

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

This div border color is #400fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400fcf


Comments

No comments written yet.

Please login to write comment.