Color Hex Logo

#431daf Color Hex

#431DAF
(67,29,175)
0 Favorites   0 Comments

Color spaces of #431daf

RGB 6729175
HSL0.710.720.40
HSV256°83°69°
CMYK 0.620.830.00   0.31
XYZ10.49205.167241.0018
Yxy5.16720.18520.0912
Hunter Lab22.731542.6088-91.0320
CIE-Lab27.205953.6196-69.9327

#431daf color RGB value is (67,29,175).

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

The process color (four color CMYK) of #431daf color hex is 0.62, 0.83, 0.00, 0.31. Web safe color of #431daf is #333399. Color #431daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011101 10101111
Octal 103 35 257
Decimal 67 29 175
Hex 43 1D AF

RGB Percentages of Color #431daf

%24.72
%10.70
%64.58

CMYK Percentages of Color #431daf

%62
%83
%0
%31

Triadic Colors of #431daf

#431daf #af431d #1daf43

Analogous Colors of #431daf

#431daf #8c1daf #1d40af

Monochromatic Colors of #431daf

#431daf

Complementary Color

#431daf #89af1d

#431daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#431daf Color CSS Codes

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

#431daf Text Font Color

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

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


#431daf Background Color

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

This div background color is #431daf


#431daf Border Color

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

This div border color is #431daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431daf


Comments

No comments written yet.

Please login to write comment.