Color Hex Logo

#434dac Color Hex

#434DAC
(67,77,172)
0 Favorites   0 Comments

Color spaces of #434dac

RGB 6777172
HSL0.650.440.47
HSV234°61°67°
CMYK 0.610.550.00   0.33
XYZ12.41509.479640.2051
Yxy9.47960.19990.1527
Hunter Lab30.789018.0957-55.8703
CIE-Lab36.891825.7099-52.2914

#434dac color RGB value is (67,77,172).

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

The process color (four color CMYK) of #434dac color hex is 0.61, 0.55, 0.00, 0.33. Web safe color of #434dac is #336699. Color #434dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001101 10101100
Octal 103 115 254
Decimal 67 77 172
Hex 43 4D AC

RGB Percentages of Color #434dac

%21.20
%24.37
%54.43

CMYK Percentages of Color #434dac

%61
%55
%0
%33

Triadic Colors of #434dac

#434dac #ac434d #4dac43

Analogous Colors of #434dac

#434dac #6e43ac #4382ac

Monochromatic Colors of #434dac

#434dac

Complementary Color

#434dac #aca243

#434dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#434dac Color CSS Codes

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

#434dac Text Font Color

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

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


#434dac Background Color

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

This div background color is #434dac


#434dac Border Color

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

This div border color is #434dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434dac


Comments

No comments written yet.

Please login to write comment.