Color Hex Logo

#5d4ebe Color Hex

#5D4EBE
(93,78,190)
0 Favorites   0 Comments

Color spaces of #5d4ebe

RGB 9378190
HSL0.690.460.53
HSV248°59°75°
CMYK 0.510.590.00   0.25
XYZ16.532911.493650.0623
Yxy11.49360.21170.1472
Hunter Lab33.902227.7192-63.8201
CIE-Lab40.399736.0067-57.1235

#5d4ebe color RGB value is (93,78,190).

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

The process color (four color CMYK) of #5d4ebe color hex is 0.51, 0.59, 0.00, 0.25. Web safe color of #5d4ebe is #6666cc. Color #5d4ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001110 10111110
Octal 135 116 276
Decimal 93 78 190
Hex 5D 4E BE

RGB Percentages of Color #5d4ebe

%25.76
%21.61
%52.63

CMYK Percentages of Color #5d4ebe

%51
%59
%0
%25

Triadic Colors of #5d4ebe

#5d4ebe #be5d4e #4ebe5d

Analogous Colors of #5d4ebe

#5d4ebe #954ebe #4e77be

Monochromatic Colors of #5d4ebe

#5d4ebe

Complementary Color

#5d4ebe #afbe4e

#5d4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4ebe Color CSS Codes

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

#5d4ebe Text Font Color

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

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


#5d4ebe Background Color

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

This div background color is #5d4ebe


#5d4ebe Border Color

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

This div border color is #5d4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4ebe


Comments

No comments written yet.

Please login to write comment.