Color Hex Logo

#5d468e Color Hex

#5D468E
(93,70,142)
0 Favorites   0 Comments

Color spaces of #5d468e

RGB 9370142
HSL0.720.340.42
HSV259°51°56°
CMYK 0.350.510.00   0.44
XYZ11.58688.660526.6521
Yxy8.66050.24710.1847
Hunter Lab29.428718.7795-33.0958
CIE-Lab35.322226.7035-36.6220

#5d468e color RGB value is (93,70,142).

#5d468e hex color red value is 93, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5d468e hue: 0.72 , saturation: 0.34 and the lightness value of 5d468e is 0.42.

The process color (four color CMYK) of #5d468e color hex is 0.35, 0.51, 0.00, 0.44. Web safe color of #5d468e is #663399. Color #5d468e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000110 10001110
Octal 135 106 216
Decimal 93 70 142
Hex 5D 46 8E

RGB Percentages of Color #5d468e

%30.49
%22.95
%46.56

CMYK Percentages of Color #5d468e

%35
%51
%0
%44

Triadic Colors of #5d468e

#5d468e #8e5d46 #468e5d

Analogous Colors of #5d468e

#5d468e #81468e #46538e

Monochromatic Colors of #5d468e

#5d468e

Complementary Color

#5d468e #778e46

#5d468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d468e Color CSS Codes

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

#5d468e Text Font Color

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

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


#5d468e Background Color

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

This div background color is #5d468e


#5d468e Border Color

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

This div border color is #5d468e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,70,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d468e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d468e;
  -webkit-box-shadow: 1px 1px 3px 2px #5d468e;
  box-shadow:         1px 1px 3px 2px #5d468e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d468e


Comments

No comments written yet.

Please login to write comment.