Color Hex Logo

#434b70 Color Hex

#434B70
(67,75,112)
0 Favorites   0 Comments

Color spaces of #434b70

RGB 6775112
HSL0.640.250.35
HSV229°40°44°
CMYK 0.400.330.00   0.56
XYZ7.75547.395316.3479
Yxy7.39530.24620.2348
Hunter Lab27.19433.3155-16.6063
CIE-Lab32.69046.9939-22.3504

#434b70 color RGB value is (67,75,112).

#434b70 hex color red value is 67, green value is 75 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #434b70 hue: 0.64 , saturation: 0.25 and the lightness value of 434b70 is 0.35.

The process color (four color CMYK) of #434b70 color hex is 0.40, 0.33, 0.00, 0.56. Web safe color of #434b70 is #333366. Color #434b70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 01110000
Octal 103 113 160
Decimal 67 75 112
Hex 43 4B 70

RGB Percentages of Color #434b70

%26.38
%29.53
%44.09

CMYK Percentages of Color #434b70

%40
%33
%0
%56

Triadic Colors of #434b70

#434b70 #70434b #4b7043

Analogous Colors of #434b70

#434b70 #524370 #436270

Monochromatic Colors of #434b70

#434b70

Complementary Color

#434b70 #706843

#434b70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434b70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434b70 Color CSS Codes

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

#434b70 Text Font Color

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

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


#434b70 Background Color

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

This div background color is #434b70


#434b70 Border Color

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

This div border color is #434b70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434b70


Comments

No comments written yet.

Please login to write comment.