Color Hex Logo

#431aaa Color Hex

#431AAA
(67,26,170)
0 Favorites   0 Comments

Color spaces of #431aaa

RGB 6726170
HSL0.710.730.38
HSV257°85°67°
CMYK 0.610.850.00   0.33
XYZ9.93984.834438.4394
Yxy4.83440.18680.0908
Hunter Lab21.987342.2169-88.2631
CIE-Lab26.257753.4229-68.4940

#431aaa color RGB value is (67,26,170).

#431aaa hex color red value is 67, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #431aaa hue: 0.71 , saturation: 0.73 and the lightness value of 431aaa is 0.38.

The process color (four color CMYK) of #431aaa color hex is 0.61, 0.85, 0.00, 0.33. Web safe color of #431aaa is #333399. Color #431aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011010 10101010
Octal 103 32 252
Decimal 67 26 170
Hex 43 1A AA

RGB Percentages of Color #431aaa

%25.48
%9.89
%64.64

CMYK Percentages of Color #431aaa

%61
%85
%0
%33

Triadic Colors of #431aaa

#431aaa #aa431a #1aaa43

Analogous Colors of #431aaa

#431aaa #8b1aaa #1a39aa

Monochromatic Colors of #431aaa

#431aaa

Complementary Color

#431aaa #81aa1a

#431aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#431aaa Color CSS Codes

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

#431aaa Text Font Color

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

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


#431aaa Background Color

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

This div background color is #431aaa


#431aaa Border Color

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

This div border color is #431aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,26,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #431aaa;
  box-shadow:         1px 1px 3px 2px #431aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,26,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431aaa


Comments

No comments written yet.

Please login to write comment.