Color Hex Logo

#434faf Color Hex

#434FAF
(67,79,175)
0 Favorites   0 Comments

Color spaces of #434faf

RGB 6779175
HSL0.650.450.47
HSV233°62°69°
CMYK 0.620.550.00   0.31
XYZ12.84869.880441.7874
Yxy9.88040.19920.1531
Hunter Lab31.433117.9558-56.8174
CIE-Lab37.626925.4608-52.8820

#434faf color RGB value is (67,79,175).

#434faf hex color red value is 67, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #434faf hue: 0.65 , saturation: 0.45 and the lightness value of 434faf is 0.47.

The process color (four color CMYK) of #434faf color hex is 0.62, 0.55, 0.00, 0.31. Web safe color of #434faf is #336699. Color #434faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001111 10101111
Octal 103 117 257
Decimal 67 79 175
Hex 43 4F AF

RGB Percentages of Color #434faf

%20.87
%24.61
%54.52

CMYK Percentages of Color #434faf

%62
%55
%0
%31

Triadic Colors of #434faf

#434faf #af434f #4faf43

Analogous Colors of #434faf

#434faf #6d43af #4385af

Monochromatic Colors of #434faf

#434faf

Complementary Color

#434faf #afa343

#434faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#434faf Color CSS Codes

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

#434faf Text Font Color

<p style="color:#434faf">Text here</p>

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


#434faf Background Color

<div style="background-color:#434faf">
Div content here</div>

This div background color is #434faf


#434faf Border Color

<div style="border:3px solid #434faf">
Div here</div>

This div border color is #434faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434faf


Comments

No comments written yet.

Please login to write comment.