Color Hex Logo

#403287 Color Hex

#403287
(64,50,135)
0 Favorites   0 Comments

Color spaces of #403287

RGB 6450135
HSL0.690.460.36
HSV250°63°53°
CMYK 0.530.630.00   0.47
XYZ7.62815.120523.5080
Yxy5.12050.21040.1412
Hunter Lab22.628520.5726-45.7544
CIE-Lab27.075330.0035-45.7139

#403287 color RGB value is (64,50,135).

#403287 hex color red value is 64, green value is 50 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #403287 hue: 0.69 , saturation: 0.46 and the lightness value of 403287 is 0.36.

The process color (four color CMYK) of #403287 color hex is 0.53, 0.63, 0.00, 0.47. Web safe color of #403287 is #333399. Color #403287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 10000111
Octal 100 62 207
Decimal 64 50 135
Hex 40 32 87

RGB Percentages of Color #403287

%25.70
%20.08
%54.22

CMYK Percentages of Color #403287

%53
%63
%0
%47

Triadic Colors of #403287

#403287 #874032 #328740

Analogous Colors of #403287

#403287 #6b3287 #324f87

Monochromatic Colors of #403287

#403287

Complementary Color

#403287 #798732

#403287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403287 Color CSS Codes

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

#403287 Text Font Color

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

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


#403287 Background Color

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

This div background color is #403287


#403287 Border Color

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

This div border color is #403287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403287


Comments

No comments written yet.

Please login to write comment.