Color Hex Logo

#434bac Color Hex

#434BAC
(67,75,172)
0 Favorites   0 Comments

Color spaces of #434bac

RGB 6775172
HSL0.650.440.47
HSV235°61°67°
CMYK 0.610.560.00   0.33
XYZ12.27729.204040.1592
Yxy9.20400.19920.1493
Hunter Lab30.338119.1436-57.2468
CIE-Lab36.374126.9989-53.1292

#434bac color RGB value is (67,75,172).

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

The process color (four color CMYK) of #434bac color hex is 0.61, 0.56, 0.00, 0.33. Web safe color of #434bac is #333399. Color #434bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 10101100
Octal 103 113 254
Decimal 67 75 172
Hex 43 4B AC

RGB Percentages of Color #434bac

%21.34
%23.89
%54.78

CMYK Percentages of Color #434bac

%61
%56
%0
%33

Triadic Colors of #434bac

#434bac #ac434b #4bac43

Analogous Colors of #434bac

#434bac #7043ac #4380ac

Monochromatic Colors of #434bac

#434bac

Complementary Color

#434bac #aca443

#434bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#434bac Color CSS Codes

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

#434bac Text Font Color

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

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


#434bac Background Color

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

This div background color is #434bac


#434bac Border Color

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

This div border color is #434bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434bac


Comments

No comments written yet.

Please login to write comment.