Color Hex Logo

#433a5d Color Hex

#433A5D
(67,58,93)
0 Favorites   0 Comments

Color spaces of #433a5d

RGB 675893
HSL0.710.230.30
HSV255°38°36°
CMYK 0.280.380.00   0.64
XYZ5.80365.009711.0170
Yxy5.00970.26590.2295
Hunter Lab22.38247.1148-13.5160
CIE-Lab26.762412.5691-19.4679

#433a5d color RGB value is (67,58,93).

#433a5d hex color red value is 67, green value is 58 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #433a5d hue: 0.71 , saturation: 0.23 and the lightness value of 433a5d is 0.30.

The process color (four color CMYK) of #433a5d color hex is 0.28, 0.38, 0.00, 0.64. Web safe color of #433a5d is #333366. Color #433a5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00111010 01011101
Octal 103 72 135
Decimal 67 58 93
Hex 43 3A 5D

RGB Percentages of Color #433a5d

%30.73
%26.61
%42.66

CMYK Percentages of Color #433a5d

%28
%38
%0
%64

Triadic Colors of #433a5d

#433a5d #5d433a #3a5d43

Analogous Colors of #433a5d

#433a5d #553a5d #3a435d

Monochromatic Colors of #433a5d

#433a5d

Complementary Color

#433a5d #545d3a

#433a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#433a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#433a5d Color CSS Codes

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

#433a5d Text Font Color

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

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


#433a5d Background Color

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

This div background color is #433a5d


#433a5d Border Color

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

This div border color is #433a5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,58,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #433a5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #433a5d;
  -webkit-box-shadow: 1px 1px 3px 2px #433a5d;
  box-shadow:         1px 1px 3px 2px #433a5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #433a5d


Comments

No comments written yet.

Please login to write comment.