Color Hex Logo

#434aae Color Hex

#434AAE
(67,74,174)
0 Favorites   0 Comments

Color spaces of #434aae

RGB 6774174
HSL0.660.440.47
HSV236°61°68°
CMYK 0.610.570.00   0.32
XYZ12.40359.146841.1562
Yxy9.14680.19780.1459
Hunter Lab30.243720.2798-59.5124
CIE-Lab36.265428.3313-54.4939

#434aae color RGB value is (67,74,174).

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

The process color (four color CMYK) of #434aae color hex is 0.61, 0.57, 0.00, 0.32. Web safe color of #434aae is #333399. Color #434aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001010 10101110
Octal 103 112 256
Decimal 67 74 174
Hex 43 4A AE

RGB Percentages of Color #434aae

%21.27
%23.49
%55.24

CMYK Percentages of Color #434aae

%61
%57
%0
%32

Triadic Colors of #434aae

#434aae #ae434a #4aae43

Analogous Colors of #434aae

#434aae #7243ae #4380ae

Monochromatic Colors of #434aae

#434aae

Complementary Color

#434aae #aea743

#434aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#434aae Color CSS Codes

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

#434aae Text Font Color

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

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


#434aae Background Color

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

This div background color is #434aae


#434aae Border Color

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

This div border color is #434aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434aae


Comments

No comments written yet.

Please login to write comment.