Color Hex Logo

#402afb Color Hex

#402AFB
(64,42,251)
0 Favorites   0 Comments

Color spaces of #402afb

RGB 6442251
HSL0.680.960.57
HSV246°83°98°
CMYK 0.750.830.00   0.02
XYZ20.35499.711092.0684
Yxy9.71100.16670.0795
Hunter Lab31.162562.0594-153.3564
CIE-Lab37.318769.3221-97.1953

#402afb color RGB value is (64,42,251).

#402afb hex color red value is 64, green value is 42 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #402afb hue: 0.68 , saturation: 0.96 and the lightness value of 402afb is 0.57.

The process color (four color CMYK) of #402afb color hex is 0.75, 0.83, 0.00, 0.02. Web safe color of #402afb is #3333ff. Color #402afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 11111011
Octal 100 52 373
Decimal 64 42 251
Hex 40 2A FB

RGB Percentages of Color #402afb

%17.93
%11.76
%70.31

CMYK Percentages of Color #402afb

%75
%83
%0
%2

Triadic Colors of #402afb

#402afb #fb402a #2afb40

Analogous Colors of #402afb

#402afb #a92afb #2a7dfb

Monochromatic Colors of #402afb

#402afb

Complementary Color

#402afb #e5fb2a

#402afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#402afb Color CSS Codes

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

#402afb Text Font Color

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

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


#402afb Background Color

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

This div background color is #402afb


#402afb Border Color

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

This div border color is #402afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402afb


Comments

No comments written yet.

Please login to write comment.