Color Hex Logo

#434eae Color Hex

#434EAE
(67,78,174)
0 Favorites   0 Comments

Color spaces of #434eae

RGB 6778174
HSL0.650.440.47
HSV234°61°68°
CMYK 0.610.550.00   0.32
XYZ12.67919.698141.2480
Yxy9.69810.19930.1524
Hunter Lab31.141818.1766-56.7317
CIE-Lab37.295125.7579-52.8261

#434eae color RGB value is (67,78,174).

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

The process color (four color CMYK) of #434eae color hex is 0.61, 0.55, 0.00, 0.32. Web safe color of #434eae is #336699. Color #434eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001110 10101110
Octal 103 116 256
Decimal 67 78 174
Hex 43 4E AE

RGB Percentages of Color #434eae

%21.00
%24.45
%54.55

CMYK Percentages of Color #434eae

%61
%55
%0
%32

Triadic Colors of #434eae

#434eae #ae434e #4eae43

Analogous Colors of #434eae

#434eae #6e43ae #4384ae

Monochromatic Colors of #434eae

#434eae

Complementary Color

#434eae #aea343

#434eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#434eae Color CSS Codes

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

#434eae Text Font Color

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

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


#434eae Background Color

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

This div background color is #434eae


#434eae Border Color

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

This div border color is #434eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434eae


Comments

No comments written yet.

Please login to write comment.