Color Hex Logo

#402793 Color Hex

#402793
(64,39,147)
0 Favorites   0 Comments

Color spaces of #402793

RGB 6439147
HSL0.710.580.36
HSV254°73°58°
CMYK 0.560.730.00   0.42
XYZ8.10634.647628.0736
Yxy4.64760.19850.1138
Hunter Lab21.558329.3921-62.1177
CIE-Lab25.706240.3207-55.3871

#402793 color RGB value is (64,39,147).

#402793 hex color red value is 64, green value is 39 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #402793 hue: 0.71 , saturation: 0.58 and the lightness value of 402793 is 0.36.

The process color (four color CMYK) of #402793 color hex is 0.56, 0.73, 0.00, 0.42. Web safe color of #402793 is #333399. Color #402793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100111 10010011
Octal 100 47 223
Decimal 64 39 147
Hex 40 27 93

RGB Percentages of Color #402793

%25.60
%15.60
%58.80

CMYK Percentages of Color #402793

%56
%73
%0
%42

Triadic Colors of #402793

#402793 #934027 #279340

Analogous Colors of #402793

#402793 #762793 #274493

Monochromatic Colors of #402793

#402793

Complementary Color

#402793 #7a9327

#402793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402793 Color CSS Codes

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

#402793 Text Font Color

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

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


#402793 Background Color

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

This div background color is #402793


#402793 Border Color

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

This div border color is #402793


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,39,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402793; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402793;
  -webkit-box-shadow: 1px 1px 3px 2px #402793;
  box-shadow:         1px 1px 3px 2px #402793; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402793


Comments

No comments written yet.

Please login to write comment.