Color Hex Logo

#5356be Color Hex

#5356BE
(83,86,190)
0 Favorites   0 Comments

Color spaces of #5356be

RGB 8386190
HSL0.660.450.54
HSV238°56°75°
CMYK 0.560.550.00   0.25
XYZ16.189312.212350.2191
Yxy12.21230.20590.1553
Hunter Lab34.946121.5371-60.7401
CIE-Lab41.551629.0946-55.2985

#5356be color RGB value is (83,86,190).

#5356be hex color red value is 83, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5356be hue: 0.66 , saturation: 0.45 and the lightness value of 5356be is 0.54.

The process color (four color CMYK) of #5356be color hex is 0.56, 0.55, 0.00, 0.25. Web safe color of #5356be is #6666cc. Color #5356be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 10111110
Octal 123 126 276
Decimal 83 86 190
Hex 53 56 BE

RGB Percentages of Color #5356be

%23.12
%23.96
%52.92

CMYK Percentages of Color #5356be

%56
%55
%0
%25

Triadic Colors of #5356be

#5356be #be5356 #56be53

Analogous Colors of #5356be

#5356be #8653be #538cbe

Monochromatic Colors of #5356be

#5356be

Complementary Color

#5356be #bebb53

#5356be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5356be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5356be Color CSS Codes

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

#5356be Text Font Color

<p style="color:#5356be">Text here</p>

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


#5356be Background Color

<div style="background-color:#5356be">
Div content here</div>

This div background color is #5356be


#5356be Border Color

<div style="border:3px solid #5356be">
Div here</div>

This div border color is #5356be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,86,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5356be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5356be;
  -webkit-box-shadow: 1px 1px 3px 2px #5356be;
  box-shadow:         1px 1px 3px 2px #5356be; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5356be


Comments

No comments written yet.

Please login to write comment.