Color Hex Logo

#402fbc Color Hex

#402FBC
(64,47,188)
0 Favorites   0 Comments

Color spaces of #402fbc

RGB 6447188
HSL0.690.600.46
HSV247°75°74°
CMYK 0.660.750.00   0.26
XYZ12.20806.753948.2371
Yxy6.75390.18170.1005
Hunter Lab25.988338.3710-91.8570
CIE-Lab31.240048.6532-71.0169

#402fbc color RGB value is (64,47,188).

#402fbc hex color red value is 64, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #402fbc hue: 0.69 , saturation: 0.60 and the lightness value of 402fbc is 0.46.

The process color (four color CMYK) of #402fbc color hex is 0.66, 0.75, 0.00, 0.26. Web safe color of #402fbc is #3333cc. Color #402fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101111 10111100
Octal 100 57 274
Decimal 64 47 188
Hex 40 2F BC

RGB Percentages of Color #402fbc

%21.40
%15.72
%62.88

CMYK Percentages of Color #402fbc

%66
%75
%0
%26

Triadic Colors of #402fbc

#402fbc #bc402f #2fbc40

Analogous Colors of #402fbc

#402fbc #872fbc #2f65bc

Monochromatic Colors of #402fbc

#402fbc

Complementary Color

#402fbc #abbc2f

#402fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#402fbc Color CSS Codes

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

#402fbc Text Font Color

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

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


#402fbc Background Color

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

This div background color is #402fbc


#402fbc Border Color

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

This div border color is #402fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402fbc


Comments

No comments written yet.

Please login to write comment.