Color Hex Logo

#402abf Color Hex

#402ABF
(64,42,191)
0 Favorites   0 Comments

Color spaces of #402abf

RGB 6442191
HSL0.690.640.46
HSV249°78°75°
CMYK 0.660.780.00   0.25
XYZ12.34636.507549.8956
Yxy6.50750.17960.0947
Hunter Lab25.509841.7487-98.1107
CIE-Lab30.658452.1092-73.7474

#402abf color RGB value is (64,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10111111
Octal 100 52 277
Decimal 64 42 191
Hex 40 2A BF

RGB Percentages of Color #402abf

%21.55
%14.14
%64.31

CMYK Percentages of Color #402abf

%66
%78
%0
%25

Triadic Colors of #402abf

#402abf #bf402a #2abf40

Analogous Colors of #402abf

#402abf #8b2abf #2a5ebf

Monochromatic Colors of #402abf

#402abf

Complementary Color

#402abf #a9bf2a

#402abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#402abf Color CSS Codes

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

#402abf Text Font Color

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

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


#402abf Background Color

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

This div background color is #402abf


#402abf Border Color

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

This div border color is #402abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402abf


Comments

No comments written yet.

Please login to write comment.