Color Hex Logo

#5d4eba Color Hex

#5D4EBA
(93,78,186)
0 Favorites   0 Comments

Color spaces of #5d4eba

RGB 9378186
HSL0.690.440.52
HSV248°58°73°
CMYK 0.500.580.00   0.27
XYZ16.101511.321147.7909
Yxy11.32110.21410.1505
Hunter Lab33.646826.5382-60.6608
CIE-Lab40.116134.7800-55.2416

#5d4eba color RGB value is (93,78,186).

#5d4eba hex color red value is 93, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5d4eba hue: 0.69 , saturation: 0.44 and the lightness value of 5d4eba is 0.52.

The process color (four color CMYK) of #5d4eba color hex is 0.50, 0.58, 0.00, 0.27. Web safe color of #5d4eba is #6666cc. Color #5d4eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001110 10111010
Octal 135 116 272
Decimal 93 78 186
Hex 5D 4E BA

RGB Percentages of Color #5d4eba

%26.05
%21.85
%52.10

CMYK Percentages of Color #5d4eba

%50
%58
%0
%27

Triadic Colors of #5d4eba

#5d4eba #ba5d4e #4eba5d

Analogous Colors of #5d4eba

#5d4eba #934eba #4e75ba

Monochromatic Colors of #5d4eba

#5d4eba

Complementary Color

#5d4eba #abba4e

#5d4eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4eba Color CSS Codes

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

#5d4eba Text Font Color

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

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


#5d4eba Background Color

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

This div background color is #5d4eba


#5d4eba Border Color

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

This div border color is #5d4eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4eba


Comments

No comments written yet.

Please login to write comment.