Color Hex Logo

#434eaf Color Hex

#434EAF
(67,78,175)
0 Favorites   0 Comments

Color spaces of #434eaf

RGB 6778175
HSL0.650.450.47
HSV234°62°69°
CMYK 0.620.550.00   0.31
XYZ12.77709.737241.7635
Yxy9.73720.19880.1515
Hunter Lab31.204518.4808-57.5095
CIE-Lab37.366626.1054-53.3032

#434eaf color RGB value is (67,78,175).

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

The process color (four color CMYK) of #434eaf color hex is 0.62, 0.55, 0.00, 0.31. Web safe color of #434eaf is #336699. Color #434eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001110 10101111
Octal 103 116 257
Decimal 67 78 175
Hex 43 4E AF

RGB Percentages of Color #434eaf

%20.94
%24.38
%54.69

CMYK Percentages of Color #434eaf

%62
%55
%0
%31

Triadic Colors of #434eaf

#434eaf #af434e #4eaf43

Analogous Colors of #434eaf

#434eaf #6e43af #4384af

Monochromatic Colors of #434eaf

#434eaf

Complementary Color

#434eaf #afa443

#434eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#434eaf Color CSS Codes

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

#434eaf Text Font Color

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

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


#434eaf Background Color

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

This div background color is #434eaf


#434eaf Border Color

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

This div border color is #434eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434eaf


Comments

No comments written yet.

Please login to write comment.