Color Hex Logo

#403cea Color Hex

#403CEA
(64,60,234)
0 Favorites   0 Comments

Color spaces of #403cea

RGB 6460234
HSL0.670.810.58
HSV241°74°92°
CMYK 0.730.740.00   0.08
XYZ18.581510.262278.8434
Yxy10.26220.17260.0953
Hunter Lab32.034747.4771-123.4997
CIE-Lab38.309056.1008-85.9606

#403cea color RGB value is (64,60,234).

#403cea hex color red value is 64, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #403cea hue: 0.67 , saturation: 0.81 and the lightness value of 403cea is 0.58.

The process color (four color CMYK) of #403cea color hex is 0.73, 0.74, 0.00, 0.08. Web safe color of #403cea is #3333ff. Color #403cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111100 11101010
Octal 100 74 352
Decimal 64 60 234
Hex 40 3C EA

RGB Percentages of Color #403cea

%17.88
%16.76
%65.36

CMYK Percentages of Color #403cea

%73
%74
%0
%8

Triadic Colors of #403cea

#403cea #ea403c #3cea40

Analogous Colors of #403cea

#403cea #973cea #3c8fea

Monochromatic Colors of #403cea

#403cea

Complementary Color

#403cea #e6ea3c

#403cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#403cea Color CSS Codes

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

#403cea Text Font Color

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

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


#403cea Background Color

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

This div background color is #403cea


#403cea Border Color

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

This div border color is #403cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403cea


Comments

No comments written yet.

Please login to write comment.