Color Hex Logo

#5d47df Color Hex

#5D47DF
(93,71,223)
0 Favorites   0 Comments

Color spaces of #5d47df

RGB 9371223
HSL0.690.700.58
HSV249°68°87°
CMYK 0.580.680.00   0.13
XYZ20.086712.161371.1007
Yxy12.16130.19440.1177
Hunter Lab34.873141.7872-96.4719
CIE-Lab41.471350.1030-74.4255

#5d47df color RGB value is (93,71,223).

#5d47df hex color red value is 93, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5d47df hue: 0.69 , saturation: 0.70 and the lightness value of 5d47df is 0.58.

The process color (four color CMYK) of #5d47df color hex is 0.58, 0.68, 0.00, 0.13. Web safe color of #5d47df is #6633cc. Color #5d47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000111 11011111
Octal 135 107 337
Decimal 93 71 223
Hex 5D 47 DF

RGB Percentages of Color #5d47df

%24.03
%18.35
%57.62

CMYK Percentages of Color #5d47df

%58
%68
%0
%13

Triadic Colors of #5d47df

#5d47df #df5d47 #47df5d

Analogous Colors of #5d47df

#5d47df #a947df #477ddf

Monochromatic Colors of #5d47df

#5d47df

Complementary Color

#5d47df #c9df47

#5d47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d47df Color CSS Codes

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

#5d47df Text Font Color

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

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


#5d47df Background Color

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

This div background color is #5d47df


#5d47df Border Color

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

This div border color is #5d47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d47df


Comments

No comments written yet.

Please login to write comment.