Color Hex Logo

#431d5d Color Hex

#431D5D
(67,29,93)
0 Favorites   0 Comments

Color spaces of #431d5d

RGB 672993
HSL0.770.520.24
HSV276°69°36°
CMYK 0.280.690.00   0.64
XYZ4.72992.862310.6591
Yxy2.86230.25920.1568
Hunter Lab16.918320.2966-25.5118
CIE-Lab19.483830.9638-30.9969

#431d5d color RGB value is (67,29,93).

#431d5d hex color red value is 67, green value is 29 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #431d5d hue: 0.77 , saturation: 0.52 and the lightness value of 431d5d is 0.24.

The process color (four color CMYK) of #431d5d color hex is 0.28, 0.69, 0.00, 0.64. Web safe color of #431d5d is #333366. Color #431d5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011101 01011101
Octal 103 35 135
Decimal 67 29 93
Hex 43 1D 5D

RGB Percentages of Color #431d5d

%35.45
%15.34
%49.21

CMYK Percentages of Color #431d5d

%28
%69
%0
%64

Triadic Colors of #431d5d

#431d5d #5d431d #1d5d43

Analogous Colors of #431d5d

#431d5d #5d1d57 #231d5d

Monochromatic Colors of #431d5d

#431d5d

Complementary Color

#431d5d #375d1d

#431d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#431d5d Color CSS Codes

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

#431d5d Text Font Color

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

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


#431d5d Background Color

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

This div background color is #431d5d


#431d5d Border Color

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

This div border color is #431d5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,29,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 #431d5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431d5d


Comments

No comments written yet.

Please login to write comment.