Color Hex Logo

#402fce Color Hex

#402FCE
(64,47,206)
0 Favorites   0 Comments

Color spaces of #402fce

RGB 6447206
HSL0.680.630.50
HSV246°77°81°
CMYK 0.690.770.00   0.19
XYZ14.27147.579359.1033
Yxy7.57930.17630.0936
Hunter Lab27.530544.3532-108.0140
CIE-Lab33.090954.1550-78.5081

#402fce color RGB value is (64,47,206).

#402fce hex color red value is 64, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #402fce hue: 0.68 , saturation: 0.63 and the lightness value of 402fce is 0.50.

The process color (four color CMYK) of #402fce color hex is 0.69, 0.77, 0.00, 0.19. Web safe color of #402fce is #3333cc. Color #402fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101111 11001110
Octal 100 57 316
Decimal 64 47 206
Hex 40 2F CE

RGB Percentages of Color #402fce

%20.19
%14.83
%64.98

CMYK Percentages of Color #402fce

%69
%77
%0
%19

Triadic Colors of #402fce

#402fce #ce402f #2fce40

Analogous Colors of #402fce

#402fce #902fce #2f6ece

Monochromatic Colors of #402fce

#402fce

Complementary Color

#402fce #bdce2f

#402fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#402fce Color CSS Codes

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

#402fce Text Font Color

<p style="color:#402fce">Text here</p>

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


#402fce Background Color

<div style="background-color:#402fce">
Div content here</div>

This div background color is #402fce


#402fce Border Color

<div style="border:3px solid #402fce">
Div here</div>

This div border color is #402fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,47,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402fce;
  -webkit-box-shadow: 1px 1px 3px 2px #402fce;
  box-shadow:         1px 1px 3px 2px #402fce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402fce


Comments

No comments written yet.

Please login to write comment.