Color Hex Logo

#5d4beb Color Hex

#5D4BEB
(93,75,235)
0 Favorites   0 Comments

Color spaces of #5d4beb

RGB 9375235
HSL0.690.800.61
HSV247°68°92°
CMYK 0.600.680.00   0.08
XYZ22.025713.357580.0146
Yxy13.35750.19090.1158
Hunter Lab36.547943.6147-104.2205
CIE-Lab43.297051.5239-78.2454

#5d4beb color RGB value is (93,75,235).

#5d4beb hex color red value is 93, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5d4beb hue: 0.69 , saturation: 0.80 and the lightness value of 5d4beb is 0.61.

The process color (four color CMYK) of #5d4beb color hex is 0.60, 0.68, 0.00, 0.08. Web safe color of #5d4beb is #6633ff. Color #5d4beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001011 11101011
Octal 135 113 353
Decimal 93 75 235
Hex 5D 4B EB

RGB Percentages of Color #5d4beb

%23.08
%18.61
%58.31

CMYK Percentages of Color #5d4beb

%60
%68
%0
%8

Triadic Colors of #5d4beb

#5d4beb #eb5d4b #4beb5d

Analogous Colors of #5d4beb

#5d4beb #ad4beb #4b89eb

Monochromatic Colors of #5d4beb

#5d4beb

Complementary Color

#5d4beb #d9eb4b

#5d4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4beb Color CSS Codes

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

#5d4beb Text Font Color

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

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


#5d4beb Background Color

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

This div background color is #5d4beb


#5d4beb Border Color

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

This div border color is #5d4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4beb


Comments

No comments written yet.

Please login to write comment.