Color Hex Logo

#434eaa Color Hex

#434EAA
(67,78,170)
0 Favorites   0 Comments

Color spaces of #434eaa

RGB 6778170
HSL0.650.430.46
HSV234°61°67°
CMYK 0.610.540.00   0.33
XYZ12.29489.544339.2244
Yxy9.54430.20130.1563
Hunter Lab30.893916.9733-53.6519
CIE-Lab37.011824.3710-50.9081

#434eaa color RGB value is (67,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001110 10101010
Octal 103 116 252
Decimal 67 78 170
Hex 43 4E AA

RGB Percentages of Color #434eaa

%21.27
%24.76
%53.97

CMYK Percentages of Color #434eaa

%61
%54
%0
%33

Triadic Colors of #434eaa

#434eaa #aa434e #4eaa43

Analogous Colors of #434eaa

#434eaa #6c43aa #4382aa

Monochromatic Colors of #434eaa

#434eaa

Complementary Color

#434eaa #aa9f43

#434eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#434eaa Color CSS Codes

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

#434eaa Text Font Color

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

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


#434eaa Background Color

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

This div background color is #434eaa


#434eaa Border Color

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

This div border color is #434eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434eaa


Comments

No comments written yet.

Please login to write comment.