Color Hex Logo

#403498 Color Hex

#403498
(64,52,152)
0 Favorites   0 Comments

Color spaces of #403498

RGB 6452152
HSL0.690.490.40
HSV247°66°60°
CMYK 0.580.660.00   0.40
XYZ9.00985.813030.3529
Yxy5.81300.19940.1287
Hunter Lab24.110224.5114-57.7646
CIE-Lab28.935734.2911-53.1749

#403498 color RGB value is (64,52,152).

#403498 hex color red value is 64, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #403498 hue: 0.69 , saturation: 0.49 and the lightness value of 403498 is 0.40.

The process color (four color CMYK) of #403498 color hex is 0.58, 0.66, 0.00, 0.40. Web safe color of #403498 is #333399. Color #403498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 10011000
Octal 100 64 230
Decimal 64 52 152
Hex 40 34 98

RGB Percentages of Color #403498

%23.88
%19.40
%56.72

CMYK Percentages of Color #403498

%58
%66
%0
%40

Triadic Colors of #403498

#403498 #984034 #349840

Analogous Colors of #403498

#403498 #723498 #345a98

Monochromatic Colors of #403498

#403498

Complementary Color

#403498 #8c9834

#403498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403498 Color CSS Codes

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

#403498 Text Font Color

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

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


#403498 Background Color

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

This div background color is #403498


#403498 Border Color

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

This div border color is #403498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403498


Comments

No comments written yet.

Please login to write comment.