Color Hex Logo

#431dac Color Hex

#431DAC
(67,29,172)
0 Favorites   0 Comments

Color spaces of #431dac

RGB 6729172
HSL0.710.710.39
HSV256°83°67°
CMYK 0.610.830.00   0.33
XYZ10.20055.050639.4670
Yxy5.05060.18640.0923
Hunter Lab22.473541.6906-88.3909
CIE-Lab26.878452.7889-68.6723

#431dac color RGB value is (67,29,172).

#431dac hex color red value is 67, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #431dac hue: 0.71 , saturation: 0.71 and the lightness value of 431dac is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011101 10101100
Octal 103 35 254
Decimal 67 29 172
Hex 43 1D AC

RGB Percentages of Color #431dac

%25.00
%10.82
%64.18

CMYK Percentages of Color #431dac

%61
%83
%0
%33

Triadic Colors of #431dac

#431dac #ac431d #1dac43

Analogous Colors of #431dac

#431dac #8b1dac #1d3fac

Monochromatic Colors of #431dac

#431dac

Complementary Color

#431dac #86ac1d

#431dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#431dac Color CSS Codes

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

#431dac Text Font Color

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

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


#431dac Background Color

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

This div background color is #431dac


#431dac Border Color

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

This div border color is #431dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431dac


Comments

No comments written yet.

Please login to write comment.