Color Hex Logo

#431eaf Color Hex

#431EAF
(67,30,175)
0 Favorites   0 Comments

Color spaces of #431eaf

RGB 6730175
HSL0.710.710.40
HSV255°83°69°
CMYK 0.620.830.00   0.31
XYZ10.51695.217041.0101
Yxy5.21700.18530.0919
Hunter Lab22.840842.2180-90.4654
CIE-Lab27.344353.2129-69.7039

#431eaf color RGB value is (67,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011110 10101111
Octal 103 36 257
Decimal 67 30 175
Hex 43 1E AF

RGB Percentages of Color #431eaf

%24.63
%11.03
%64.34

CMYK Percentages of Color #431eaf

%62
%83
%0
%31

Triadic Colors of #431eaf

#431eaf #af431e #1eaf43

Analogous Colors of #431eaf

#431eaf #8c1eaf #1e41af

Monochromatic Colors of #431eaf

#431eaf

Complementary Color

#431eaf #8aaf1e

#431eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#431eaf Color CSS Codes

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

#431eaf Text Font Color

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

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


#431eaf Background Color

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

This div background color is #431eaf


#431eaf Border Color

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

This div border color is #431eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,30,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 #431eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431eaf


Comments

No comments written yet.

Please login to write comment.