Color Hex Logo

#5c56df Color Hex

#5C56DF
(92,86,223)
0 Favorites   0 Comments

Color spaces of #5c56df

RGB 9286223
HSL0.670.680.61
HSV243°61°87°
CMYK 0.590.610.00   0.13
XYZ21.060714.258671.4542
Yxy14.25860.19720.1335
Hunter Lab37.760633.4762-85.7619
CIE-Lab44.601541.3488-69.3157

#5c56df color RGB value is (92,86,223).

#5c56df hex color red value is 92, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5c56df hue: 0.67 , saturation: 0.68 and the lightness value of 5c56df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010110 11011111
Octal 134 126 337
Decimal 92 86 223
Hex 5C 56 DF

RGB Percentages of Color #5c56df

%22.94
%21.45
%55.61

CMYK Percentages of Color #5c56df

%59
%61
%0
%13

Triadic Colors of #5c56df

#5c56df #df5c56 #56df5c

Analogous Colors of #5c56df

#5c56df #a156df #5695df

Monochromatic Colors of #5c56df

#5c56df

Complementary Color

#5c56df #d9df56

#5c56df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c56df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c56df Color CSS Codes

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

#5c56df Text Font Color

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

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


#5c56df Background Color

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

This div background color is #5c56df


#5c56df Border Color

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

This div border color is #5c56df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c56df


Comments

No comments written yet.

Please login to write comment.