Color Hex Logo

#434baa Color Hex

#434BAA
(67,75,170)
0 Favorites   0 Comments

Color spaces of #434baa

RGB 6775170
HSL0.650.430.46
HSV235°61°67°
CMYK 0.610.560.00   0.33
XYZ12.08659.127739.1550
Yxy9.12770.20020.1512
Hunter Lab30.212118.5387-55.6917
CIE-Lab36.229026.3090-52.1738

#434baa color RGB value is (67,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 10101010
Octal 103 113 252
Decimal 67 75 170
Hex 43 4B AA

RGB Percentages of Color #434baa

%21.47
%24.04
%54.49

CMYK Percentages of Color #434baa

%61
%56
%0
%33

Triadic Colors of #434baa

#434baa #aa434b #4baa43

Analogous Colors of #434baa

#434baa #6f43aa #437faa

Monochromatic Colors of #434baa

#434baa

Complementary Color

#434baa #aaa243

#434baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#434baa Color CSS Codes

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

#434baa Text Font Color

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

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


#434baa Background Color

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

This div background color is #434baa


#434baa Border Color

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

This div border color is #434baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434baa


Comments

No comments written yet.

Please login to write comment.