Color Hex Logo

#431fd8 Color Hex

#431FD8
(67,31,216)
0 Favorites   0 Comments

Color spaces of #431fd8

RGB 6731216
HSL0.700.750.48
HSV252°86°85°
CMYK 0.690.860.00   0.15
XYZ15.19947.131165.5411
Yxy7.13110.17300.0812
Hunter Lab26.704154.8661-126.8252
CIE-Lab32.103564.0507-85.9311

#431fd8 color RGB value is (67,31,216).

#431fd8 hex color red value is 67, green value is 31 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #431fd8 hue: 0.70 , saturation: 0.75 and the lightness value of 431fd8 is 0.48.

The process color (four color CMYK) of #431fd8 color hex is 0.69, 0.86, 0.00, 0.15. Web safe color of #431fd8 is #3333cc. Color #431fd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011111 11011000
Octal 103 37 330
Decimal 67 31 216
Hex 43 1F D8

RGB Percentages of Color #431fd8

%21.34
%9.87
%68.79

CMYK Percentages of Color #431fd8

%69
%86
%0
%15

Triadic Colors of #431fd8

#431fd8 #d8431f #1fd843

Analogous Colors of #431fd8

#431fd8 #a01fd8 #1f57d8

Monochromatic Colors of #431fd8

#431fd8

Complementary Color

#431fd8 #b4d81f

#431fd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431fd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431fd8 Color CSS Codes

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

#431fd8 Text Font Color

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

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


#431fd8 Background Color

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

This div background color is #431fd8


#431fd8 Border Color

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

This div border color is #431fd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431fd8


Comments

No comments written yet.

Please login to write comment.