Color Hex Logo

#434da8 Color Hex

#434DA8
(67,77,168)
0 Favorites   0 Comments

Color spaces of #434da8

RGB 6777168
HSL0.650.430.46
HSV234°60°66°
CMYK 0.600.540.00   0.34
XYZ12.03659.328238.2119
Yxy9.32820.20200.1566
Hunter Lab30.542116.8973-52.7996
CIE-Lab36.608724.3254-50.3681

#434da8 color RGB value is (67,77,168).

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

The process color (four color CMYK) of #434da8 color hex is 0.60, 0.54, 0.00, 0.34. Web safe color of #434da8 is #336699. Color #434da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001101 10101000
Octal 103 115 250
Decimal 67 77 168
Hex 43 4D A8

RGB Percentages of Color #434da8

%21.47
%24.68
%53.85

CMYK Percentages of Color #434da8

%60
%54
%0
%34

Triadic Colors of #434da8

#434da8 #a8434d #4da843

Analogous Colors of #434da8

#434da8 #6c43a8 #4380a8

Monochromatic Colors of #434da8

#434da8

Complementary Color

#434da8 #a89e43

#434da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434da8 Color CSS Codes

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

#434da8 Text Font Color

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

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


#434da8 Background Color

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

This div background color is #434da8


#434da8 Border Color

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

This div border color is #434da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434da8


Comments

No comments written yet.

Please login to write comment.