Color Hex Logo

#5d46df Color Hex

#5D46DF
(93,70,223)
0 Favorites   0 Comments

Color spaces of #5d46df

RGB 9370223
HSL0.690.710.57
HSV249°69°87°
CMYK 0.580.690.00   0.13
XYZ20.023612.035271.0797
Yxy12.03520.19410.1167
Hunter Lab34.691842.3170-97.1945
CIE-Lab41.272050.6500-74.7521

#5d46df color RGB value is (93,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000110 11011111
Octal 135 106 337
Decimal 93 70 223
Hex 5D 46 DF

RGB Percentages of Color #5d46df

%24.09
%18.13
%57.77

CMYK Percentages of Color #5d46df

%58
%69
%0
%13

Triadic Colors of #5d46df

#5d46df #df5d46 #46df5d

Analogous Colors of #5d46df

#5d46df #aa46df #467cdf

Monochromatic Colors of #5d46df

#5d46df

Complementary Color

#5d46df #c8df46

#5d46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d46df Color CSS Codes

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

#5d46df Text Font Color

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

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


#5d46df Background Color

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

This div background color is #5d46df


#5d46df Border Color

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

This div border color is #5d46df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,70,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 #5d46df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d46df


Comments

No comments written yet.

Please login to write comment.