Color Hex Logo

#434caa Color Hex

#434CAA
(67,76,170)
0 Favorites   0 Comments

Color spaces of #434caa

RGB 6776170
HSL0.650.430.46
HSV235°61°67°
CMYK 0.610.550.00   0.33
XYZ12.15499.264539.1778
Yxy9.26450.20060.1529
Hunter Lab30.437618.0159-55.0088
CIE-Lab36.488625.6633-51.7538

#434caa color RGB value is (67,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001100 10101010
Octal 103 114 252
Decimal 67 76 170
Hex 43 4C AA

RGB Percentages of Color #434caa

%21.41
%24.28
%54.31

CMYK Percentages of Color #434caa

%61
%55
%0
%33

Triadic Colors of #434caa

#434caa #aa434c #4caa43

Analogous Colors of #434caa

#434caa #6e43aa #4380aa

Monochromatic Colors of #434caa

#434caa

Complementary Color

#434caa #aaa143

#434caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#434caa Color CSS Codes

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

#434caa Text Font Color

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

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


#434caa Background Color

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

This div background color is #434caa


#434caa Border Color

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

This div border color is #434caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434caa


Comments

No comments written yet.

Please login to write comment.