Color Hex Logo

#431baf Color Hex

#431BAF
(67,27,175)
0 Favorites   0 Comments

Color spaces of #431baf

RGB 6727175
HSL0.710.730.40
HSV256°85°69°
CMYK 0.620.850.00   0.31
XYZ10.44455.072340.9860
Yxy5.07230.18480.0898
Hunter Lab22.521843.3665-92.1330
CIE-Lab26.939854.4043-70.3730

#431baf color RGB value is (67,27,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011011 10101111
Octal 103 33 257
Decimal 67 27 175
Hex 43 1B AF

RGB Percentages of Color #431baf

%24.91
%10.04
%65.06

CMYK Percentages of Color #431baf

%62
%85
%0
%31

Triadic Colors of #431baf

#431baf #af431b #1baf43

Analogous Colors of #431baf

#431baf #8d1baf #1b3daf

Monochromatic Colors of #431baf

#431baf

Complementary Color

#431baf #87af1b

#431baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#431baf Color CSS Codes

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

#431baf Text Font Color

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

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


#431baf Background Color

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

This div background color is #431baf


#431baf Border Color

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

This div border color is #431baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431baf


Comments

No comments written yet.

Please login to write comment.