Color Hex Logo

#434073 Color Hex

#434073
(67,64,115)
0 Favorites   0 Comments

Color spaces of #434073

RGB 6764115
HSL0.680.280.35
HSV244°44°45°
CMYK 0.420.440.00   0.55
XYZ7.24266.097917.0149
Yxy6.09790.23860.2009
Hunter Lab24.69399.1387-23.5669
CIE-Lab29.658115.1747-29.0049

#434073 color RGB value is (67,64,115).

#434073 hex color red value is 67, green value is 64 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #434073 hue: 0.68 , saturation: 0.28 and the lightness value of 434073 is 0.35.

The process color (four color CMYK) of #434073 color hex is 0.42, 0.44, 0.00, 0.55. Web safe color of #434073 is #333366. Color #434073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 01110011
Octal 103 100 163
Decimal 67 64 115
Hex 43 40 73

RGB Percentages of Color #434073

%27.24
%26.02
%46.75

CMYK Percentages of Color #434073

%42
%44
%0
%55

Triadic Colors of #434073

#434073 #734340 #407343

Analogous Colors of #434073

#434073 #5d4073 #405773

Monochromatic Colors of #434073

#434073

Complementary Color

#434073 #707340

#434073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434073 Color CSS Codes

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

#434073 Text Font Color

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

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


#434073 Background Color

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

This div background color is #434073


#434073 Border Color

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

This div border color is #434073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,64,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434073;
  -webkit-box-shadow: 1px 1px 3px 2px #434073;
  box-shadow:         1px 1px 3px 2px #434073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434073


Comments

No comments written yet.

Please login to write comment.