Color Hex Logo

#403abf Color Hex

#403ABF
(64,58,191)
0 Favorites   0 Comments

Color spaces of #403abf

RGB 6458191
HSL0.670.530.49
HSV243°70°75°
CMYK 0.660.700.00   0.25
XYZ13.03147.877750.1239
Yxy7.87770.18350.1109
Hunter Lab28.067233.7585-86.2360
CIE-Lab33.726943.4826-68.6916

#403abf color RGB value is (64,58,191).

#403abf hex color red value is 64, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #403abf hue: 0.67 , saturation: 0.53 and the lightness value of 403abf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111010 10111111
Octal 100 72 277
Decimal 64 58 191
Hex 40 3A BF

RGB Percentages of Color #403abf

%20.45
%18.53
%61.02

CMYK Percentages of Color #403abf

%66
%70
%0
%25

Triadic Colors of #403abf

#403abf #bf403a #3abf40

Analogous Colors of #403abf

#403abf #833abf #3a77bf

Monochromatic Colors of #403abf

#403abf

Complementary Color

#403abf #b9bf3a

#403abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#403abf Color CSS Codes

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

#403abf Text Font Color

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

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


#403abf Background Color

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

This div background color is #403abf


#403abf Border Color

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

This div border color is #403abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,58,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 #403abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403abf


Comments

No comments written yet.

Please login to write comment.